X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmain.h;h=246b604cb267d1e9c77f0c2ae3cc7cd43698a135;hb=44436a96352a38631237978c9fd431cef3d85cfb;hp=b4cf00f26cd7893c2082d9c9f8056cb509ecfe16;hpb=003f6906aeb911cce26ee25b48a818d0d1c4aea5;p=NeonServV5.git diff --git a/src/main.h b/src/main.h index b4cf00f..246b604 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ -/* main.h - NeonServ v5.2 +/* main.h - NeonServ v5.3 * Copyright (C) 2011 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -18,8 +18,8 @@ #define _main_h #include "../config.h" -#define NEONSERV_VERSION "5.2" -#define VERSION_PATCHLEVEL 414 +#define NEONSERV_VERSION "5.3" +#define VERSION_PATCHLEVEL 543 #ifndef BOTWAR_ALERT_CHAN #define BOTWAR_ALERT_CHAN NULL @@ -32,10 +32,12 @@ #ifdef WIN32 #include #include +#include #else #include #include #include +#include #include #include #include @@ -111,7 +113,7 @@ extern int statistics_enabled; int stricmp (const char *s1, const char *s2); int stricmplen (const char *s1, const char *s2, int len); -void restart_bot(int hard_restart); +void restart_bot(int do_hard_restart); void stop_bot(); void reload_config();