]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/match.h
add const qualifier to Hash() and Matche() Arguments
[ngircd-alex.git] / src / ngircd / match.h
index ddd64835340d9fa0d76d9cea70b5e36542a1da5b..ac1aa962d9948b47067e7567d3b00f110349ca1a 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.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,7 @@
 #define __match_h__
 
 
-GLOBAL bool Match PARAMS(( char *Pattern, char *String ));
+GLOBAL bool Match PARAMS(( const char *Pattern, const char *String ));
 
 
 #endif