summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/commands.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index c12d1b36b..d68c4273e 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -121,4 +121,8 @@ bool is_uline(const char* server);
*/
long duration(const char* str);
+/** Server connect creation
+ */
+void ConnectServer(char* servermask, userrec* user);
+
#endif