diff options
Diffstat (limited to 'include/modules.h')
-rw-r--r-- | include/modules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules.h b/include/modules.h index 4931a14cf..b64f943a6 100644 --- a/include/modules.h +++ b/include/modules.h @@ -350,7 +350,6 @@ int loadModule(const std::string &modname, User *u); int encryption_module_init(void); /* Load the encryption module */ int protocol_module_init(void); /* Load the IRCD Protocol Module up*/ int unloadModule(Module *m, User *u); /* Unload the given module from the pro */ -int prepForUnload(Module *m); /* Prepare the module for unload */ void moduleCallBackPrepForUnload(const char *mod_name); MDE void moduleCallBackDeleteEntry(ModuleCallBack * prev); MDE char *moduleGetLastBuffer(void); |