X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-server.h;h=39968d0ce710885ca62e3df576bb1808ac0e6496;hp=9940d79117f98b5a9fc2ab2880f8aa7124678c0d;hb=20b52fe33dc3387d50790ed6da8c47c34277527a;hpb=47ca178a219d682c589b27e64ee1a4e936cc7bdc diff --git a/src/ngircd/irc-server.h b/src/ngircd/irc-server.h index 9940d791..39968d0c 100644 --- a/src/ngircd/irc-server.h +++ b/src/ngircd/irc-server.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-server.h,v 1.6 2007/11/21 12:16:36 alex Exp $ - * - * IRC commands for server links (header) */ - #ifndef __irc_server_h__ #define __irc_server_h__ +/** + * @file + * IRC commands for server links (header) + */ GLOBAL bool IRC_SERVER PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_NJOIN PARAMS((CLIENT *Client, REQUEST *Req )); @@ -24,8 +23,6 @@ GLOBAL bool IRC_SQUIT PARAMS((CLIENT *Client, REQUEST *Req )); GLOBAL bool IRC_ENDOFMOTD_Server PARAMS((CLIENT *Client)); - #endif - /* -eof- */