diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-06 09:16:55 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2005-05-06 09:16:55 +0000 |
commit | 6825c4c6dc0e88df7647275852227fcdc9f63b45 (patch) | |
tree | 03f3f67094403b7f004a37145280112ccad60e95 /include/extern.h | |
parent | ea554c0f001e17abcd49827d1b4108a0ca229224 (diff) |
BUILD : 1.7.9 (783) BUGS : NOTES : Fixed most compiler warnings for the core (not modules) when using make strict
git-svn-id: svn://svn.anope.org/anope/trunk@783 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@543 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 1c951d801..a3929c85d 100644 --- a/include/extern.h +++ b/include/extern.h @@ -445,6 +445,8 @@ E int CloneWarningDelay; E int KillClones; E int AddAkiller; +E int parse_directive(Directive * d, char *dir, int ac, char *av[MAXPARAMS], int linenum, int reload, char *s); + /** * Modules Stuff **/ @@ -673,6 +675,7 @@ E void pmodule_limit_mode(int mode); E int anope_get_secret_mode(); E int anope_get_invite_mode(); +E int anope_get_key_mode(); E int anope_get_limit_mode(); E int anope_get_private_mode(); E int anope_get_invis_mode(); @@ -830,6 +833,7 @@ E char *str_signed(unsigned char *str); E void ntoa(struct in_addr addr, char *ipaddr, int len); /**** modules.c ****/ +E void modules_core_init(int number, char **list); E void moduleCallBackRun(void); E void moduleCleanStruct(ModuleData **moduleData); |