ircu2.10.12 pk910 fork
[ircu2.10.12-pk.git] / include / opercmds.h
1 /** @file opercmds.h
2  * @brief Declarations of AsLL ping helper commands.
3  * @version $Id: opercmds.h 1231 2004-10-05 04:21:37Z entrope $
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 */