summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/channel.c1
-rw-r--r--src/conf.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/channel.c b/src/channel.c
index d874a24..ed52dba 100644
--- a/src/channel.c
+++ b/src/channel.c
@@ -43,7 +43,6 @@
#include "s_misc.h"
#include "resv.h"
-struct config_channel_entry ConfigChannel;
dlink_list global_channel_list = { NULL, NULL, 0 };
mp_pool_t *ban_pool; /*! \todo ban_pool shouldn't be a global var */
diff --git a/src/conf.c b/src/conf.c
index 13f380c..30f2113 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -58,6 +58,7 @@
#include "motd.h"
+struct config_channel_entry ConfigChannel;
struct config_server_hide ConfigServerHide;
struct config_file_entry ConfigFileEntry;
struct logging_entry ConfigLoggingEntry = { .use_logging = 1 };