summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h
index fe02b446b..ddbadef45 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -143,6 +143,10 @@ E void stick_all(ChannelInfo * ci);
E char *cs_get_flood(ChannelInfo * ci);
E void cs_set_flood(ChannelInfo * ci, char *value);
#endif
+#ifdef HAS_JOINFLOOD
+E char *cs_get_joinflood(ChannelInfo * ci);
+E void cs_set_joinflood(ChannelInfo * ci, char *value);
+#endif
E char *cs_get_key(ChannelInfo * ci);
E void cs_set_key(ChannelInfo * ci, char *value);
E char *cs_get_limit(ChannelInfo * ci);