1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 20:13:13 +02:00

Remove tmp modules from the runtime folder when we can. Currently we cant remove them if we segfaulted, pretty much every other instance is now dealt with.

git-svn-id: svn://svn.anope.org/anope/trunk@936 31f1291d-b8d6-0310-a050-a5561fc1590b


git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@670 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b
2005-11-08 20:47:50 +00:00
parent 2cfdc08695
commit fbf820b4e6
4 changed files with 29 additions and 22 deletions
+1 -1
View File
@@ -841,7 +841,7 @@ E void ntoa(struct in_addr addr, char *ipaddr, int len);
/**** modules.c ****/
E void modules_core_init(int number, char **list);
E void modules_unload_all(void); /* Read warnings near function source */
E void modules_unload_all(boolean fini); /* Read warnings near function source */
E void moduleCallBackRun(void);
E void moduleCleanStruct(ModuleData **moduleData);