added stats module for neonserv.krypton-bouncer.de stats
[NeonServV5.git] / src / modules.h
index 5f6ebb6dd2bd8dc859c56764d84012905e5f6eee..cbb496a61d5e2ceb8b643cd1667b64d6394e31d5 100644 (file)
@@ -44,6 +44,8 @@ void loop_modules();
 void stop_modules();
 int module_loaded(int module_id);
 
+/* MODULAR ACCESSIBLE */ char *get_module_name(int module_id);
+
 int ext_load_module(char *name);
 int ext_unload_module(char *name);
 int ext_reload_module(char *name);