'struct config_channel_entry ConfigChannel' in channel.c too

This commit is contained in:
Valery V Yatsko 2008-06-28 12:02:51 +04:00
parent 1a218aaf75
commit 9813daca73
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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;