X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Fpatmatch.h;h=a47669f948d0a060471a973cef60ae05cd774b80;hb=5a78c3505ae7fa76a061e26676450049ec5946d5;hp=177126199515d69a8f960c2dc5e72776ab0a8c5f;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/patmatch.h b/lib/patmatch.h index 17712619..a47669f9 100644 --- a/lib/patmatch.h +++ b/lib/patmatch.h @@ -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 * @@ -8,7 +8,7 @@ */ int -MATCH_FUNC_NAME(byte *p, byte *s) +MATCH_FUNC_NAME(const char *p, const char *s) { while (*p) {