added signal handler
[NeonServV5.git] / src / main.h
index d14869e11564df1426fe6b2a56967b18659f8bd3..329f391ad4f8c0120c0aed51f8a70f9c0c8de80b 100644 (file)
@@ -147,6 +147,8 @@ int getCurrentThreadID();
 int stricmp (const char *s1, const char *s2);
 int stricmplen (const char *s1, const char *s2, int len);
 
+void restart_process();
+void cleanup();
 void restart_bot(int do_hard_restart);
 void stop_bot();
 void reload_config();