X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=include%2Fopercmds.h;h=97d109ecc997220572b0dc1996d76549fffd8790;hb=refs%2Fheads%2Fupstream-ssl;hp=03a69bca1e6c480cad7aad5acc3fc2890ce1c864;hpb=ae91ef6320f611af74e70a0db2620c338fbaa7d5;p=ircu2.10.12-pk.git diff --git a/include/opercmds.h b/include/opercmds.h index 03a69bc..97d109e 100644 --- a/include/opercmds.h +++ b/include/opercmds.h @@ -1,7 +1,6 @@ -/* - * opercmds.h - * - * $Id$ +/** @file opercmds.h + * @brief Declarations of AsLL ping helper commands. + * @version $Id$ */ #ifndef INCLUDED_opercmds_h #define INCLUDED_opercmds_h @@ -23,7 +22,7 @@ struct Client; * Proto types */ -extern void report_configured_links(struct Client* sptr, int mask); extern char *militime(char* sec, char* usec); +extern char *militime_float(char *start); #endif /* INCLUDED_opercmds_h */