From a9b319f1a717e8f48ef9306f16399a822c35522c Mon Sep 17 00:00:00 2001 From: Valery Yatsko Date: Wed, 2 Apr 2008 04:21:17 +0400 Subject: [PATCH] BlockHeap -> rb_bh --- src/channel.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/channel.c b/src/channel.c index 183a4e3..b742650 100644 --- a/src/channel.c +++ b/src/channel.c @@ -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,