*_heap declaration related to client.c are now in client.c + current_uid too

This commit is contained in:
Valery V Yatsko 2008-06-28 12:44:19 +04:00
parent 9a67ad23d9
commit 6992eef0b5
2 changed files with 4 additions and 11 deletions

View File

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

View File

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