X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-mode.h;h=4447afb502ceb085dcba359231e5022e7aac9b0b;hb=c8162a80beba80f3b1d04fdba8e74bf5366c47f7;hp=dd5d9dd007518ff9dfba511999bbaed68872c820;hpb=8adff5922376676c2eeb49de1cbab86cc345b887;p=ngircd-alex.git diff --git a/src/ngircd/irc-mode.h b/src/ngircd/irc-mode.h index dd5d9dd0..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.6 2005/03/19 18:43:48 fw Exp $ - * - * IRC commands for mode changes (header) */ - #ifndef __irc_mode_h__ #define __irc_mode_h__ +/** + * @file + * IRC commands for mode changes (header) + */ GLOBAL bool IRC_MODE PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_AWAY PARAMS((CLIENT *Client, REQUEST *Req )); - #endif - /* -eof- */