X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fmatch.h;h=0e8df74a25df204f50ce896247c12a9c81ea3134;hb=b042363e88a6d89790a9cc5061bdff78108c6909;hp=3c83427e53ced9d6589c738cf45b24e536ac2177;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58;p=ngircd-alex.git diff --git a/src/ngircd/match.h b/src/ngircd/match.h index 3c83427e..0e8df74a 100644 --- a/src/ngircd/match.h +++ b/src/ngircd/match.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: match.h,v 1.2 2002/12/12 12:23:43 alex Exp $ + * $Id: match.h,v 1.4 2006/10/06 21:23:47 fw Exp $ * * Wildcard pattern matching (header) */ @@ -18,7 +18,8 @@ #define __match_h__ -GLOBAL BOOLEAN Match PARAMS(( CHAR *Pattern, CHAR *String )); +GLOBAL bool Match PARAMS(( const char *Pattern, const char *String )); +GLOBAL bool MatchCaseInsensitive PARAMS(( const char *Pattern, const char *searchme )); #endif