added cmd_netinfo
[NeonServV5.git] / main.h
diff --git a/main.h b/main.h
index e355d2375fad94349cae3030d24bde2bb93d2584..bf72d283d5dd345a76771d234ba4045f5ec60a5e 100644 (file)
--- a/main.h
+++ b/main.h
@@ -56,6 +56,8 @@
 
 #define TEMPUSER_LIST_INDEX VALID_NICK_CHARS_FIRST_LEN
 
+extern time_t start_time;
+
 int stricmp (const char *s1, const char *s2);
 int stricmplen (const char *s1, const char *s2, int len);