added stats module for neonserv.krypton-bouncer.de stats
[NeonServV5.git] / src / modules.h
index 13856ec8cf62b1fdda08bd75f0e7c9378bcfe163..cbb496a61d5e2ceb8b643cd1667b64d6394e31d5 100644 (file)
@@ -1,4 +1,4 @@
-/* modules.h - NeonServ v5.3
+/* modules.h - NeonServ v5.4
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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);