]> jfr.im git - irc/quakenet/snircd.git/blob - include/opercmds.h
Initial import of 2.10.12.01
[irc/quakenet/snircd.git] / include / opercmds.h
1 /** @file opercmds.h
2 * @brief Declarations of AsLL ping helper commands.
3 * @version $Id: opercmds.h,v 1.5 2004/10/05 04:21:37 entrope Exp $
4 */
5 #ifndef INCLUDED_opercmds_h
6 #define INCLUDED_opercmds_h
7 #ifndef INCLUDED_sys_types_h
8 #include <sys/types.h>
9 #define INCLUDED_sys_types_h
10 #endif
11
12 struct Client;
13
14 /*
15 * General defines
16 */
17
18 /*-----------------------------------------------------------------------------
19 * Macro's
20 */
21 /*
22 * Proto types
23 */
24
25 extern char *militime(char* sec, char* usec);
26 extern char *militime_float(char *start);
27
28 #endif /* INCLUDED_opercmds_h */