diff options
author | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 22:25:04 +0000 |
---|---|---|
committer | Robin Burchell w00t@inspircd.org <Robin Burchell w00t@inspircd.org@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-09-30 22:25:04 +0000 |
commit | bbaba3e0032c2ef923ffdd6ce5d42a0045c787c0 (patch) | |
tree | 4c7545fb377e7acf0dec96f56ca0c357e91c865e /include/extern.h | |
parent | f70f57219f010962cef8779734deefc1ef355913 (diff) |
Remove unused anope_set_mod_current_buffer(), noted by Naram.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1280 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/extern.h b/include/extern.h index b28e3dda5..f647e5f0c 100644 --- a/include/extern.h +++ b/include/extern.h @@ -605,7 +605,6 @@ E int servernum; /**** ircd.c ****/ E void pmodule_ircd_proto(IRCDProtoNew *); -E void pmodule_set_mod_current_buffer(void (*func) (int ac, char **av)); E void pmodule_cmd_372(void (*func) (const char *source, const char *msg)); E void pmodule_cmd_372_error(void (*func) (const char *source)); E void pmodule_cmd_375(void (*func) (const char *source)); @@ -1142,8 +1141,6 @@ E void notice(char *source, const char *dest, const char *fmt, ...); /******************************************************************************/ -E int anope_set_mod_current_buffer(int ac, char **av); - E void anope_cmd_211(const char *fmt, ...); /* 211 */ E void anope_cmd_219(const char *source, const char *who); /* 219 */ E void anope_cmd_242(const char *fmt, ...); /* 242 */ |