X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Fmatch.h;h=0e8df74a25df204f50ce896247c12a9c81ea3134;hb=755f54b1501334d827b5c30c03b4551ebb5cbe0d;hp=ddd64835340d9fa0d76d9cea70b5e36542a1da5b;hpb=8adff5922376676c2eeb49de1cbab86cc345b887;p=ngircd-alex.git diff --git a/src/ngircd/match.h b/src/ngircd/match.h index ddd64835..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.3 2005/03/19 18:43:49 fw 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 bool 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