]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wildmatch.h
Initial version of SQL gathering utility gsql added.
[libucw.git] / lib / wildmatch.h
index 27a553b50d083bec9c8f51088515618a53890297..00bd1fb3d2a0f276c314c3d8a232bb949c563ee7 100644 (file)
@@ -9,3 +9,4 @@ struct mempool;
 
 struct wildpatt *wp_compile(byte *, struct mempool *);
 int wp_match(struct wildpatt *, byte *);
+int wp_min_size(byte *);