fixed compilation without threads and fixed some warnings
[NeonServV5.git] / src / main.h
index f31fa65f148c06e2748edd91d7716a55db692444..bfa3f9fa1765d3d1e0c9ba8d71275aee616ae92f 100644 (file)
@@ -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