diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 00:20:33 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-09 00:20:33 +0000 |
commit | 2a2224023fc002a09e269c63c848ae6a84f5c03d (patch) | |
tree | b92924520ed37525dc8500bd1949bc433b08e574 /include/modules.h | |
parent | a0d3dfa96198c7ab2ee574e9ef207de44503d48e (diff) |
Remove ModulesDelayedAutoLoad.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1603 5417fbe8-f217-4b02-8779-1006273d7864
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 8accb3828..ad505e0e5 100644 --- a/include/modules.h +++ b/include/modules.h @@ -352,7 +352,6 @@ 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 modules_init(void); -void modules_delayed_init(void); void moduleCallBackPrepForUnload(const char *mod_name); MDE void moduleCallBackDeleteEntry(ModuleCallBack * prev); MDE char *moduleGetLastBuffer(void); |