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