X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fnntp%2Fserv_nntp.h;h=db561a1003dd19e9f19ea037791cc4ab0e9a8fb3;hb=d6c259df4f1d33e8c9c59440cfbaf69d0301f5db;hp=ce008e5e9c19ffe104507128df7ae4a44988028e;hpb=647e996c9edeb87f3528b25cf8951deb888d26e7;p=citadel.git diff --git a/citadel/modules/nntp/serv_nntp.h b/citadel/modules/nntp/serv_nntp.h index ce008e5e9..db561a100 100644 --- a/citadel/modules/nntp/serv_nntp.h +++ b/citadel/modules/nntp/serv_nntp.h @@ -27,3 +27,5 @@ struct nntp_list_data { }; +int wildmat(const char *text, const char *p); +