X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmain.h;h=329f391ad4f8c0120c0aed51f8a70f9c0c8de80b;hb=db9df7a1356859ffb8dcca001317940c92a80045;hp=d14869e11564df1426fe6b2a56967b18659f8bd3;hpb=2b9e305af713f0960ac0cd7645af3e0ef85a8515;p=NeonServV5.git 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();