X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-channel.h;h=685ec0c3044eccd711ea0c9e085fca5acbd5bdfb;hb=7207bef418c655107d3076b20dd797418ad82cd7;hp=d8bddbff04bc186431825253351aba8309ec53e9;hpb=8adff5922376676c2eeb49de1cbab86cc345b887;p=ngircd-alex.git diff --git a/src/ngircd/irc-channel.h b/src/ngircd/irc-channel.h index d8bddbff..685ec0c3 100644 --- a/src/ngircd/irc-channel.h +++ b/src/ngircd/irc-channel.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-channel.h,v 1.7 2005/03/19 18:43:48 fw Exp $ - * - * IRC channel commands (header) */ - #ifndef __irc_channel_h__ #define __irc_channel_h__ +/** + * @file + * IRC channel commands (header) + */ GLOBAL bool IRC_JOIN PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_PART PARAMS((CLIENT *Client, REQUEST *Req )); @@ -26,8 +25,6 @@ GLOBAL bool IRC_LIST PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_CHANINFO PARAMS((CLIENT *Client, REQUEST *Req )); - #endif - /* -eof- */