]> mj.ucw.cz Git - libucw.git/blobdiff - lib/patmatch.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / patmatch.h
index b787427e5b6022a036d9e1bd7dce2ebb74610230..a47669f948d0a060471a973cef60ae05cd774b80 100644 (file)
@@ -1,11 +1,14 @@
 /*
- *     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>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 int
-MATCH_FUNC_NAME(byte *p, byte *s)
+MATCH_FUNC_NAME(const char *p, const char *s)
 {
   while (*p)
     {