summaryrefslogtreecommitdiff
path: root/include/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/commands.h')
-rw-r--r--include/commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index 589168409..076db91ae 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -116,4 +116,8 @@ void handle_V(char token,char* params,serverrec* source,serverrec* reply, char*
*/
bool is_uline(const char* server);
+/** Other useful functions
+ */
+long duration(const char* str);
+
#endif