Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / s_numeric.h
1 /*
2  * s_numeric.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_s_numeric_h
7 #define INCLUDED_s_numeric_h
8
9 struct Client;
10
11 /*
12  * Prototypes
13  */
14
15 extern int do_numeric(int numeric, int nnn, struct Client *cptr, struct Client *sptr,
16     int parc, char *parv[]);
17
18 #endif /* INCLUDED_s_numeric_h */