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=6322b25368f74f1c849c3b44e1c128147ae128ef;hb=6171beb7ab5dc0586581660852576f437470df63;hpb=8adff5922376676c2eeb49de1cbab86cc345b887 diff --git a/src/ngircd/irc-server.h b/src/ngircd/irc-server.h index 6322b253..39968d0c 100644 --- a/src/ngircd/irc-server.h +++ b/src/ngircd/irc-server.h @@ -7,23 +7,22 @@ * 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.5 2005/03/19 18:43:49 fw 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 )); GLOBAL bool IRC_SQUIT PARAMS((CLIENT *Client, REQUEST *Req )); +GLOBAL bool IRC_ENDOFMOTD_Server PARAMS((CLIENT *Client)); #endif - /* -eof- */