]> 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 177126199515d69a8f960c2dc5e72776ab0a8c5f..a47669f948d0a060471a973cef60ae05cd774b80 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *     Sherlock Library -- Generic Shell-Like Pattern Matching (currently only '?' and '*')
+ *     UCW Library -- Generic Shell-Like Pattern Matching (currently only '?' and '*')
  *
  *     (c) 1997 Martin Mares <mj@ucw.cz>
  *
@@ -8,7 +8,7 @@
  */
 
 int
-MATCH_FUNC_NAME(byte *p, byte *s)
+MATCH_FUNC_NAME(const char *p, const char *s)
 {
   while (*p)
     {