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 ce496b325..ae727cdcb 100644 --- a/include/extern.h +++ b/include/extern.h @@ -24,6 +24,8 @@ E char *uplink; /* IRC Variables */ E IRCDVar ircd[]; E IRCDCAPAB ircdcap[]; +E const char flood_mode_char_set[]; +E const char flood_mode_char_remove[]; /**** actions.c ****/ |