X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc.h;h=cdeb74580984c2fee70198d83cb81e6e05c67649;hb=05cc9bf9b064c7048f6b197462a686c5a9100798;hp=358d91ac5bc8032a0c5f1fc3809b348a51ffb142;hpb=4e56e5341f632827af3810e26cd59ac0c15b642b;p=ngircd-alex.git diff --git a/src/ngircd/irc.h b/src/ngircd/irc.h index 358d91ac..cdeb7458 100644 --- a/src/ngircd/irc.h +++ b/src/ngircd/irc.h @@ -7,13 +7,16 @@ * 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. - * - * IRC commands (header) */ #ifndef __irc_h__ #define __irc_h__ +/** + * @file + * IRC commands (header) + */ + GLOBAL bool IRC_ERROR PARAMS((CLIENT *Client, REQUEST *Req)); GLOBAL bool IRC_KILL PARAMS((CLIENT *Client, REQUEST *Req)); GLOBAL bool IRC_NOTICE PARAMS((CLIENT *Client, REQUEST *Req));