diff options
author | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-07-21 20:28:48 +0000 |
---|---|---|
committer | geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b <geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-07-21 20:28:48 +0000 |
commit | 2a2d42ec80e63ed382908402207651b4eb9951e3 (patch) | |
tree | 9ae952033dbf0b07d66a66ed8a88892139a16ceb /include/extern.h | |
parent | 9aca21408d1f5ef2219788bbd1c2533cb624fa01 (diff) |
BUILD : 1.7.4 (270) BUGS : NOTES : Adding +j mlock support for bahamut just before my vacation
git-svn-id: svn://svn.anope.org/anope/trunk@270 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@174 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r-- | include/extern.h | 4 |
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); |