*** VERSION 5.5.0 ***
[NeonServV5.git] / src / main.h
index f31fa65f148c06e2748edd91d7716a55db692444..4638e3c9c6591f8e679aa1b0e71d96c2799908e2 100644 (file)
@@ -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