*_heap declaration related to client.c are now in client.c + current_uid too
This commit is contained in:
parent
b4407833bd
commit
5433b83e8f
2 changed files with 4 additions and 11 deletions
|
@ -72,12 +72,11 @@ static int qs_server(struct Client *, struct Client *, struct Client *, const ch
|
|||
|
||||
static EVH check_pings;
|
||||
|
||||
extern rb_bh *client_heap;
|
||||
extern rb_bh *lclient_heap;
|
||||
extern rb_bh *pclient_heap;
|
||||
static rb_bh *client_heap = NULL;
|
||||
static rb_bh *lclient_heap = NULL;
|
||||
static rb_bh *user_heap = NULL;
|
||||
static rb_bh *away_heap = NULL;
|
||||
|
||||
extern char current_uid[IDLEN];
|
||||
static char current_uid[IDLEN];
|
||||
|
||||
struct Dictionary *nd_dict = NULL;
|
||||
|
||||
|
|
|
@ -119,12 +119,6 @@ int zlib_ok = 1;
|
|||
|
||||
int testing_conf = 0;
|
||||
|
||||
rb_bh *client_heap = NULL;
|
||||
rb_bh *lclient_heap = NULL;
|
||||
rb_bh *pclient_heap = NULL;
|
||||
|
||||
char current_uid[IDLEN];
|
||||
|
||||
/* patricia */
|
||||
rb_bh *prefix_heap;
|
||||
rb_bh *node_heap;
|
||||
|
|
Loading…
Reference in a new issue