aboutsummaryrefslogtreecommitdiff
path: root/protocols.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-07-24 05:04:03 -0400
committerTest_User <hax@andrewyu.org>2024-07-24 05:04:03 -0400
commit6c636818b25c9ef6d12af669914c84c94de2fd88 (patch)
treed1de834980ef2f48b03d67aa90be82c9642652ab /protocols.h
parentf097bc9a2db4ac103b20f4680722dc7d46fad7b3 (diff)
downloadhaxircd-6c636818b25c9ef6d12af669914c84c94de2fd88.tar.gz
haxircd-6c636818b25c9ef6d12af669914c84c94de2fd88.zip
Possibly broken incoming IPv6 support
Diffstat (limited to 'protocols.h')
-rw-r--r--protocols.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols.h b/protocols.h
index c72fb93..0b40752 100644
--- a/protocols.h
+++ b/protocols.h
@@ -157,3 +157,4 @@ void protocols_fail_set_channel(struct string from, struct channel_info *channel
void protocols_fail_join_channel(struct string from, struct channel_info *channel, size_t user_count, struct user_info **users, char propagate);
extern struct protocol protocols[NUM_PROTOCOLS];
+extern char active_protocols[NUM_PROTOCOLS];