]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.h
noted that utf8_{put/get} supports only a subset of the Unicode range
[libucw.git] / lib / patmatch.h
index 817c92daccd56b061fb3f894eb14e4f4c6bdafab..a47669f948d0a060471a973cef60ae05cd774b80 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 int
-MATCH_FUNC_NAME(byte *p, byte *s)
+MATCH_FUNC_NAME(const char *p, const char *s)
 {
   while (*p)
     {