X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmain.h;h=26f4319379e5d8c3f22b37b139034858f0f5bcbd;hb=8a1a716ef73af7b5288f7b5f8ab1b37be80f1247;hp=f1430318a4fadbf3f4ed303e4c4a0a9dcbaad5b1;hpb=706e48b1e666054030c491d864f740071e390038;p=NeonServV5.git diff --git a/src/main.h b/src/main.h index f143031..26f4319 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ -/* main.h - NeonServ v5.3 +/* main.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -43,7 +43,7 @@ void exit_daemon(); /* MODULAR ACCESSIBLE */ void stop_bot(); /* MODULAR ACCESSIBLE */ void reload_config(); -void statistics_update(); +int statistics_update(); /* MODULAR ACCESSIBLE */ void putlog(int loglevel, const char *text, ...) PRINTF_LIKE(2, 3); #endif