X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-write.h;h=dc8dec209157a64c9ad6cdcf625291ec17fbaca9;hb=f2fa1045e24f81e5c844dd50d6e299cb1ad9acb2;hp=f0543149e08ec55e42932a3bcbd66bdb11365b4e;hpb=0c0d4af55ae6d098ccfabc258508a6b85b8c7449;p=ngircd-alex.git diff --git a/src/ngircd/irc-write.h b/src/ngircd/irc-write.h index f0543149..dc8dec20 100644 --- a/src/ngircd/irc-write.h +++ b/src/ngircd/irc-write.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. - * - * Sending IRC commands over the network (header) */ #ifndef __irc_write_h__ #define __irc_write_h__ +/** + * @file + * Sending IRC commands over the network (header) + */ + GLOBAL bool IRC_WriteStrClient PARAMS((CLIENT *Client, const char *Format, ...)); GLOBAL bool IRC_WriteStrClientPrefix PARAMS((CLIENT *Client, CLIENT *Prefix, const char *Format, ...));