X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmain.h;h=4638e3c9c6591f8e679aa1b0e71d96c2799908e2;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=f1430318a4fadbf3f4ed303e4c4a0a9dcbaad5b1;hpb=706e48b1e666054030c491d864f740071e390038;p=NeonServV5.git diff --git a/src/main.h b/src/main.h index f143031..4638e3c 100644 --- a/src/main.h +++ b/src/main.h @@ -1,4 +1,4 @@ -/* main.h - NeonServ v5.3 +/* main.h - NeonServ v5.5 * 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