From e655c5d26e7ce7de32586d4d2be48c101e3aa4f3 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 8 Nov 2010 12:37:46 +0200 Subject: server/red_channel: export red_channel_send --- server/red_channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/red_channel.c') diff --git a/server/red_channel.c b/server/red_channel.c index 04fc643d..2a7a5ff0 100644 --- a/server/red_channel.c +++ b/server/red_channel.c @@ -462,7 +462,7 @@ void red_channel_init_send_data(RedChannel *channel, uint16_t msg_type, PipeItem } } -static void red_channel_send(RedChannel *channel) +void red_channel_send(RedChannel *channel) { red_peer_handle_outgoing(channel->peer, &channel->outgoing); } -- cgit