BlockHeap -> rb_bh

This commit is contained in:
Valery Yatsko 2008-04-02 04:21:17 +04:00
parent a83914b3fc
commit a9b319f1a7
1 changed files with 4 additions and 4 deletions

View File

@ -45,10 +45,10 @@
extern rb_dlink_list global_channel_list;
extern struct config_channel_entry ConfigChannel;
extern BlockHeap *channel_heap;
extern BlockHeap *ban_heap;
extern BlockHeap *topic_heap;
extern BlockHeap *member_heap;
static rb_bh *channel_heap;
static rb_bh *ban_heap;
static rb_bh *topic_heap;
static rb_bh *member_heap;
static int channel_capabs[] = { CAP_EX, CAP_IE,
CAP_SERVICE,