]> 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 2aaef12be0fb811b23f310698812a5761438e2d8..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@atrey.karlin.mff.cuni.cz>
+ *     (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)
     {