diff options
author | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-16 20:26:24 +0000 |
---|---|---|
committer | rburchell <rburchell@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-04-16 20:26:24 +0000 |
commit | 89850c85a932285d7698703e16dfc8c2e4096dee (patch) | |
tree | 88c7bf7a856b9b6b32dca746436bc29a30ebb48d /include/extern.h | |
parent | d8e1f104a4042ef985a7f6c6a2994e6fb931925c (diff) |
Remove unused modules_unload_all fini param
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2279 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 9904c9edd..fed728bbd 100644 --- a/include/extern.h +++ b/include/extern.h @@ -668,7 +668,7 @@ E int str_is_cidr(char *str, uint32 * ip, uint32 * mask, char **host); /**** modules.c ****/ -E void modules_unload_all(bool fini, bool unload_proto); /* Read warnings near function source */ +E void modules_unload_all(bool unload_proto); /* Read warnings near function source */ E void ModuleDatabaseBackup(const char *dbname); E void ModuleRemoveBackups(const char *dbname); |