X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-oper.h;h=7d67a0bf77a3708653d8ecc4c6c4cfaffe732b99;hp=dd2faa24ef7a7df3e86beac762d750836c763d12;hb=2a7dd06ebd9cc72d45a6a4becdbef5213d7b7800;hpb=8adff5922376676c2eeb49de1cbab86cc345b887 diff --git a/src/ngircd/irc-oper.h b/src/ngircd/irc-oper.h index dd2faa24..7d67a0bf 100644 --- a/src/ngircd/irc-oper.h +++ b/src/ngircd/irc-oper.h @@ -7,16 +7,15 @@ * 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-oper.h,v 1.11 2005/03/19 18:43:48 fw Exp $ - * - * IRC operator commands (header) */ - #ifndef __irc_oper_h__ #define __irc_oper_h__ +/** + * @file + * IRC operator commands (header) + */ GLOBAL bool IRC_OPER PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_DIE PARAMS((CLIENT *Client, REQUEST *Req )); @@ -24,9 +23,8 @@ GLOBAL bool IRC_REHASH PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_RESTART PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_CONNECT PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_DISCONNECT PARAMS((CLIENT *Client, REQUEST *Req )); - +GLOBAL bool IRC_WALLOPS PARAMS(( CLIENT *Client, REQUEST *Req )); #endif - /* -eof- */