X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fopercmds.h;fp=include%2Fopercmds.h;h=97d109ecc997220572b0dc1996d76549fffd8790;hp=0000000000000000000000000000000000000000;hb=0400a5a6479398d82526785c18c0df8bc8b92dce;hpb=d17e10da972ce5776c60b4c317267c6abe0e1ead diff --git a/include/opercmds.h b/include/opercmds.h new file mode 100644 index 0000000..97d109e --- /dev/null +++ b/include/opercmds.h @@ -0,0 +1,28 @@ +/** @file opercmds.h + * @brief Declarations of AsLL ping helper commands. + * @version $Id$ + */ +#ifndef INCLUDED_opercmds_h +#define INCLUDED_opercmds_h +#ifndef INCLUDED_sys_types_h +#include +#define INCLUDED_sys_types_h +#endif + +struct Client; + +/* + * General defines + */ + +/*----------------------------------------------------------------------------- + * Macro's + */ +/* + * Proto types + */ + +extern char *militime(char* sec, char* usec); +extern char *militime_float(char *start); + +#endif /* INCLUDED_opercmds_h */