]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/match.h
Cleaned up PRIVMSG and NOTICE patches.
[ngircd-alex.git] / src / ngircd / match.h
index ac1aa962d9948b47067e7567d3b00f110349ca1a..0e8df74a25df204f50ce896247c12a9c81ea3134 100644 (file)
@@ -19,6 +19,7 @@
 
 
 GLOBAL bool Match PARAMS(( const char *Pattern, const char *String ));
+GLOBAL bool MatchCaseInsensitive PARAMS(( const char *Pattern, const char *searchme ));
 
 
 #endif