]> mj.ucw.cz Git - libucw.git/blobdiff - lib/wildmatch.h
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git#dev-make
[libucw.git] / lib / wildmatch.h
index 4fa779827e44652708c4d12916310442a8e28b34..a429da139bcf51f241944c1ad66e413f453ff457 100644 (file)
@@ -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 *);