Merge branch 'u2_10_12_branch' of git://git.code.sf.net/p/undernet-ircu/ircu2
[ircu2.10.12-pk.git] / include / opercmds.h
diff --git a/include/opercmds.h b/include/opercmds.h
new file mode 100644 (file)
index 0000000..97d109e
--- /dev/null
@@ -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 <sys/types.h>
+#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 */