added basic ssl support to ircu
[ircu2.10.12-pk.git] / include / opercmds.h
index 03a69bca1e6c480cad7aad5acc3fc2890ce1c864..97d109ecc997220572b0dc1996d76549fffd8790 100644 (file)
@@ -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 */