X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-op.h;h=0c8a0f2059128806a65eef980c6c2f04cb84cb8a;hb=4e56e5341f632827af3810e26cd59ac0c15b642b;hp=0618444779e9c26e0e986c68b54bb3430c357edd;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58;p=ngircd-alex.git diff --git a/src/ngircd/irc-op.h b/src/ngircd/irc-op.h index 06184447..0c8a0f20 100644 --- a/src/ngircd/irc-op.h +++ b/src/ngircd/irc-op.h @@ -8,7 +8,7 @@ * (at your option) any later version. * Please read the file COPYING, README and AUTHORS for more information. * - * $Id: irc-op.h,v 1.3 2002/12/12 12:23:43 alex Exp $ + * $Id: irc-op.h,v 1.4 2005/03/19 18:43:48 fw Exp $ * * Channel operator commands (header) */ @@ -18,8 +18,8 @@ #define __irc_op_h__ -GLOBAL BOOLEAN IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req )); -GLOBAL BOOLEAN IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_KICK PARAMS(( CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_INVITE PARAMS(( CLIENT *Client, REQUEST *Req )); #endif