mirror of
https://github.com/anope/anope.git
synced 2026-07-05 03:53:12 +02:00
BUILD : 1.7.14 (1124) BUGS : 552 NOTES : Added a way to modules_unload_all() to specify if we should unload the protocol module or not
git-svn-id: svn://svn.anope.org/anope/trunk@1124 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@848 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
parent
a1edb7a0c2
commit
11b73a098c
+1
-1
@@ -844,7 +844,7 @@ E char **buildStringList(char *src, int *number);
|
||||
|
||||
/**** modules.c ****/
|
||||
E void modules_core_init(int number, char **list);
|
||||
E void modules_unload_all(boolean fini); /* Read warnings near function source */
|
||||
E void modules_unload_all(boolean fini, boolean unload_proto); /* Read warnings near function source */
|
||||
E void moduleCallBackRun(void);
|
||||
E void moduleCleanStruct(ModuleData **moduleData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user