X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules.h;h=cbb496a61d5e2ceb8b643cd1667b64d6394e31d5;hb=406c308308e4d131475a692cd425cb156e0776f1;hp=5f6ebb6dd2bd8dc859c56764d84012905e5f6eee;hpb=689da1db7e2517c187ce76c6c553e20d630a7f36;p=NeonServV5.git diff --git a/src/modules.h b/src/modules.h index 5f6ebb6..cbb496a 100644 --- a/src/modules.h +++ b/src/modules.h @@ -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);