]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.h
autoconf.h needs to be handled differently, since it is copied from obj/lib
[libucw.git] / lib / patmatch.h
index 817c92daccd56b061fb3f894eb14e4f4c6bdafab..a47669f948d0a060471a973cef60ae05cd774b80 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 int
  */
 
 int
-MATCH_FUNC_NAME(byte *p, byte *s)
+MATCH_FUNC_NAME(const char *p, const char *s)
 {
   while (*p)
     {
 {
   while (*p)
     {