X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=blobdiff_plain;f=src%2Fngircd%2Firc-write.h;h=dc8dec209157a64c9ad6cdcf625291ec17fbaca9;hp=f0543149e08ec55e42932a3bcbd66bdb11365b4e;hb=03628dbeaf40a9de34b3eb6d5bf6dd34eed8248c;hpb=408cefd15d4540d340283cdfbfad62a8e432cf8e 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, ...));