X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-op.h;h=f7ee450b193c379eb098bfbbfd21d05c0ec2cc9f;hp=0618444779e9c26e0e986c68b54bb3430c357edd;hb=b8482fd3cfdb429aec75575958f4d5d4e9ae22df;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58 diff --git a/src/ngircd/irc-op.h b/src/ngircd/irc-op.h index 06184447..f7ee450b 100644 --- a/src/ngircd/irc-op.h +++ b/src/ngircd/irc-op.h @@ -7,22 +7,19 @@ * the Free Software Foundation; either version 2 of the License, or * (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 $ - * - * Channel operator commands (header) */ - #ifndef __irc_op_h__ #define __irc_op_h__ +/** + * @file + * Channel operator commands (header) + */ -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 - /* -eof- */