diff options
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 */ |