X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-mode.h;h=dd5d9dd007518ff9dfba511999bbaed68872c820;hb=617640e0a358dc29c5e4f82eb6b828030ef21670;hp=bede5423978f528e9d2b63e5a04d9c7970d4bb0e;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58;p=ngircd-alex.git diff --git a/src/ngircd/irc-mode.h b/src/ngircd/irc-mode.h index bede5423..dd5d9dd0 100644 --- a/src/ngircd/irc-mode.h +++ b/src/ngircd/irc-mode.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-mode.h,v 1.5 2002/12/12 12:23:43 alex Exp $ + * $Id: irc-mode.h,v 1.6 2005/03/19 18:43:48 fw Exp $ * * IRC commands for mode changes (header) */ @@ -18,8 +18,8 @@ #define __irc_mode_h__ -GLOBAL BOOLEAN IRC_MODE PARAMS((CLIENT *Client, REQUEST *Req )); -GLOBAL BOOLEAN IRC_AWAY PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_MODE PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_AWAY PARAMS((CLIENT *Client, REQUEST *Req )); #endif