From 9813daca730be982a5417ea416f1e1e8a3bf9250 Mon Sep 17 00:00:00 2001 From: Valery V Yatsko Date: Sat, 28 Jun 2008 12:02:51 +0400 Subject: [PATCH] 'struct config_channel_entry ConfigChannel' in channel.c too --- src/channel.c | 1 + src/ircd.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/channel.c b/src/channel.c index 45f9d00..8d59a83 100644 --- a/src/channel.c +++ b/src/channel.c @@ -41,6 +41,7 @@ #include "s_newconf.h" #include "logger.h" +struct config_channel_entry ConfigChannel; rb_dlink_list global_channel_list; static rb_bh *channel_heap; static rb_bh *ban_heap; diff --git a/src/ircd.c b/src/ircd.c index df81252..581b2e5 100644 --- a/src/ircd.c +++ b/src/ircd.c @@ -119,8 +119,6 @@ int zlib_ok = 1; int testing_conf = 0; -struct config_channel_entry ConfigChannel; - rb_bh *client_heap = NULL; rb_bh *lclient_heap = NULL; rb_bh *pclient_heap = NULL;