X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-mode.h;h=4447afb502ceb085dcba359231e5022e7aac9b0b;hp=bede5423978f528e9d2b63e5a04d9c7970d4bb0e;hb=f6b7764eb5d85692c9242d2d20cb53f091083139;hpb=c7f075236b5930f191e784a69c782e7a9d24bc58 diff --git a/src/ngircd/irc-mode.h b/src/ngircd/irc-mode.h index bede5423..4447afb5 100644 --- a/src/ngircd/irc-mode.h +++ b/src/ngircd/irc-mode.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-mode.h,v 1.5 2002/12/12 12:23:43 alex Exp $ - * - * IRC commands for mode changes (header) */ - #ifndef __irc_mode_h__ #define __irc_mode_h__ +/** + * @file + * IRC commands for mode changes (header) + */ -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 - /* -eof- */