/* * s_numeric.h * * $Id: s_numeric.h 440 2002-12-29 02:55:36Z pierreg0 $ */ #ifndef INCLUDED_s_numeric_h #define INCLUDED_s_numeric_h struct Client; /* * Prototypes */ extern int do_numeric(int numeric, int nnn, struct Client *cptr, struct Client *sptr, int parc, char *parv[]); #endif /* INCLUDED_s_numeric_h */