X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules.h;h=5468297a1f1f4ffa8ea696977e0b3e5b6d4cbdf7;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=5f6ebb6dd2bd8dc859c56764d84012905e5f6eee;hpb=689da1db7e2517c187ce76c6c553e20d630a7f36;p=NeonServV5.git diff --git a/src/modules.h b/src/modules.h index 5f6ebb6..5468297 100644 --- a/src/modules.h +++ b/src/modules.h @@ -1,4 +1,4 @@ -/* modules.h - NeonServ v5.4 +/* modules.h - NeonServ v5.5 * 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);