]> jfr.im git - irc/quakenet/snircd.git/blame - include/opercmds.h
forward port of asuka-check.patch to .12
[irc/quakenet/snircd.git] / include / opercmds.h
CommitLineData
189935b1 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
12struct Client;
13
14/*
15 * General defines
16 */
17
18/*-----------------------------------------------------------------------------
19 * Macro's
20 */
21/*
22 * Proto types
23 */
24
25extern char *militime(char* sec, char* usec);
26extern char *militime_float(char *start);
27
28#endif /* INCLUDED_opercmds_h */