X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwildmatch.h;h=00bd1fb3d2a0f276c314c3d8a232bb949c563ee7;hb=2e2adfa5d7ac912434bef5b8a9b25cfb14d4a4a6;hp=27a553b50d083bec9c8f51088515618a53890297;hpb=98890a92740cbfc0c5ddab9844f1ffe8d715ac8a;p=libucw.git diff --git a/lib/wildmatch.h b/lib/wildmatch.h index 27a553b5..00bd1fb3 100644 --- a/lib/wildmatch.h +++ b/lib/wildmatch.h @@ -9,3 +9,4 @@ struct mempool; struct wildpatt *wp_compile(byte *, struct mempool *); int wp_match(struct wildpatt *, byte *); +int wp_min_size(byte *);