X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd.git;a=blobdiff_plain;f=src%2Fngircd%2Fmatch.h;h=ddd64835340d9fa0d76d9cea70b5e36542a1da5b;hp=3c83427e53ced9d6589c738cf45b24e536ac2177;hb=8adff5922376676c2eeb49de1cbab86cc345b887;hpb=27d93d7d8c1dacb3a9874084a67629df26f96bb1 diff --git a/src/ngircd/match.h b/src/ngircd/match.h index 3c83427e..ddd64835 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.3 2005/03/19 18:43:49 fw Exp $ * * Wildcard pattern matching (header) */ @@ -18,7 +18,7 @@ #define __match_h__ -GLOBAL BOOLEAN Match PARAMS(( CHAR *Pattern, CHAR *String )); +GLOBAL bool Match PARAMS(( char *Pattern, char *String )); #endif