X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmain.h;h=329f391ad4f8c0120c0aed51f8a70f9c0c8de80b;hp=d14869e11564df1426fe6b2a56967b18659f8bd3;hb=db9df7a1356859ffb8dcca001317940c92a80045;hpb=efd527562b39acb00d2143e90c94a2069ab9793e diff --git a/src/main.h b/src/main.h index d14869e..329f391 100644 --- a/src/main.h +++ b/src/main.h @@ -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();