diff options
Diffstat (limited to 'src/core/os_modinfo.c')
-rw-r--r-- | src/core/os_modinfo.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/core/os_modinfo.c b/src/core/os_modinfo.c index c8bba7f92..fc34102be 100644 --- a/src/core/os_modinfo.c +++ b/src/core/os_modinfo.c @@ -19,12 +19,6 @@ int do_modinfo(User * u); void myOperServHelp(User * u); int showModuleMsgLoaded(MessageHash * msgList, char *mod_name, User * u); int showModuleCmdLoaded(CommandHash * cmdList, char *mod_name, User * u); -extern MDE Module *findModule(char *name); - -extern MDE Module *mod_current_module; -extern MDE int mod_current_op; -extern MDE User *mod_current_user; -extern MDE ModuleHash *MODULE_HASH[MAX_CMD_HASH]; /** * Create the command, and tell anope about it. |