]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/match.h
New function Conn_IPA(): get client IP address as string
[ngircd-alex.git] / src / ngircd / match.h
index 3c83427e53ced9d6589c738cf45b24e536ac2177..0e8df74a25df204f50ce896247c12a9c81ea3134 100644 (file)
@@ -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