Author: Bleep <tomh@inxpress.net>
[ircu2.10.12-pk.git] / include / opercmds.h
1 /*
2  * opercmds.h
3  *
4  * $Id$
5  */
6 #ifndef INCLUDED_opercmds_h
7 #define INCLUDED_opercmds_h
8 #ifndef INCLUDED_sys_types_h
9 #include <sys/types.h>
10 #define INCLUDED_sys_types_h
11 #endif
12
13 struct Client;
14
15 /*
16  * General defines
17  */
18
19 /*-----------------------------------------------------------------------------
20  * Macro's
21  */
22 /*
23  * Proto types
24  */
25
26 extern void report_configured_links(struct Client* sptr, int mask);
27 extern char *militime(char* sec, char* usec);
28
29 #endif /* INCLUDED_opercmds_h */