X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fwildmatch.h;h=a429da139bcf51f241944c1ad66e413f453ff457;hb=029a7f6703b0a0a102f7dff6c25ff1d419d75610;hp=4fa779827e44652708c4d12916310442a8e28b34;hpb=638afb438a73eee8efa9dc6179c3cd39572847cf;p=libucw.git diff --git a/lib/wildmatch.h b/lib/wildmatch.h index 4fa77982..a429da13 100644 --- a/lib/wildmatch.h +++ b/lib/wildmatch.h @@ -10,6 +10,6 @@ struct wildpatt; struct mempool; -struct wildpatt *wp_compile(byte *, struct mempool *); -int wp_match(struct wildpatt *, byte *); -int wp_min_size(byte *); +struct wildpatt *wp_compile(const byte *, struct mempool *); +int wp_match(struct wildpatt *, const byte *); +int wp_min_size(const byte *);