X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpatmatch.h;h=a47669f948d0a060471a973cef60ae05cd774b80;hb=5a78c3505ae7fa76a061e26676450049ec5946d5;hp=b787427e5b6022a036d9e1bd7dce2ebb74610230;hpb=1571781022499a9d0c32d249f89945d034d1cbff;p=libucw.git diff --git a/lib/patmatch.h b/lib/patmatch.h index b787427e..a47669f9 100644 --- a/lib/patmatch.h +++ b/lib/patmatch.h @@ -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 + * + * 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) {