'struct config_channel_entry ConfigChannel' in channel.c too
This commit is contained in:
parent
c3d1034381
commit
18e4d42137
2 changed files with 1 additions and 2 deletions
|
@ -41,6 +41,7 @@
|
||||||
#include "s_newconf.h"
|
#include "s_newconf.h"
|
||||||
#include "logger.h"
|
#include "logger.h"
|
||||||
|
|
||||||
|
struct config_channel_entry ConfigChannel;
|
||||||
rb_dlink_list global_channel_list;
|
rb_dlink_list global_channel_list;
|
||||||
static rb_bh *channel_heap;
|
static rb_bh *channel_heap;
|
||||||
static rb_bh *ban_heap;
|
static rb_bh *ban_heap;
|
||||||
|
|
|
@ -119,8 +119,6 @@ int zlib_ok = 1;
|
||||||
|
|
||||||
int testing_conf = 0;
|
int testing_conf = 0;
|
||||||
|
|
||||||
struct config_channel_entry ConfigChannel;
|
|
||||||
|
|
||||||
rb_bh *client_heap = NULL;
|
rb_bh *client_heap = NULL;
|
||||||
rb_bh *lclient_heap = NULL;
|
rb_bh *lclient_heap = NULL;
|
||||||
rb_bh *pclient_heap = NULL;
|
rb_bh *pclient_heap = NULL;
|
||||||
|
|
Loading…
Reference in a new issue