diff options
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index 440708c40..748a9b18a 100644 --- a/include/extern.h +++ b/include/extern.h @@ -1091,6 +1091,8 @@ extern int anope_flood_mode_check(char *value); extern void anope_cmd_jupe(char *jserver, char *who, char *reason); +extern void anope_cmd_global_legacy(char *source, char *fmt); +extern void wallops(char *source, const char *fmt, ...); extern char *common_get_vident(User *u); extern char *common_get_vhost(User *u); |