brought in the standard wildmat.c
[citadel.git] / citadel / modules / nntp / serv_nntp.h
index ce008e5e9c19ffe104507128df7ae4a44988028e..db561a1003dd19e9f19ea037791cc4ab0e9a8fb3 100644 (file)
@@ -27,3 +27,5 @@ struct nntp_list_data {
 };
 
 
+int wildmat(const char *text, const char *p);
+