aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorTest_User <hax@andrewyu.org>2024-06-10 00:47:42 -0400
committerTest_User <hax@andrewyu.org>2024-06-10 00:47:42 -0400
commit525b2239812c815bf414d948e09c70f6b6ea2d31 (patch)
tree9cd24f0a982610f4db52bc45461cf2f93de8e5ab /config.h
parent3257fc554349975eb5e7e56756c86985dda751bc (diff)
downloadhaxircd-525b2239812c815bf414d948e09c70f6b6ea2d31.tar.gz
haxircd-525b2239812c815bf414d948e09c70f6b6ea2d31.zip
Incoming connection support for InspIRCd v2
Diffstat (limited to 'config.h')
-rw-r--r--config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h b/config.h
index d80357c..421c554 100644
--- a/config.h
+++ b/config.h
@@ -50,8 +50,8 @@ struct server_config {
struct string address; // = "haxnet.org",
struct string port; // = "4321",
};
-extern struct server_config server_config[]; // = {{...}, ...};
-extern size_t server_config_len; // = sizeof(server_config)/sizeof(*server_config);
+extern struct server_config SERVER_CONFIG[]; // = {{...}, ...};
+extern size_t SERVER_CONFIG_LEN; // = sizeof(server_config)/sizeof(*server_config);
#endif
extern struct string SID; // = STRING("200");