]> jfr.im git - solanum.git/commitdiff
BlockHeap -> rb_bh
authorValery Yatsko <redacted>
Wed, 2 Apr 2008 00:21:17 +0000 (04:21 +0400)
committerValery Yatsko <redacted>
Wed, 2 Apr 2008 00:21:17 +0000 (04:21 +0400)
src/channel.c

index 183a4e34fba42a724fb6da2cddd862dfadafb758..b742650f6f1c25c96483432da770556104725487 100644 (file)
 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;\r
+static rb_bh *ban_heap;\r
+static rb_bh *topic_heap;\r
+static rb_bh *member_heap;
 
 static int channel_capabs[] = { CAP_EX, CAP_IE,
        CAP_SERVICE,