diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h index 8b371167c..814e3f11b 100644 --- a/include/extern.h +++ b/include/extern.h @@ -610,7 +610,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_svsnoop(void (*func) (const char *server, int set)); E void pmodule_cmd_remove_akill(void (*func) (const char *user, const char *host)); E void pmodule_cmd_topic(void (*func) (const char *whosets, const char *chan, const char *whosetit, const char *topic, time_t when)); E void pmodule_cmd_vhost_off(void (*func) (User * u)); |