fixed ssl.c bug when ssl backend returns IO_BLOCKED but IO engine doesn't get informe...
[ircu2.10.12-pk.git] / include / s_numeric.h
1 /** @file s_numeric.h
2  * @brief Send a numeric message to a client.
3  * @version $Id: s_numeric.h 1231 2004-10-05 04:21:37Z entrope $
4  */
5 #ifndef INCLUDED_s_numeric_h
6 #define INCLUDED_s_numeric_h
7
8 struct Client;
9
10 /*
11  * Prototypes
12  */
13
14 extern int do_numeric(int numeric, int nnn, struct Client *cptr, struct Client *sptr,
15     int parc, char *parv[]);
16
17 #endif /* INCLUDED_s_numeric_h */