From ce3efca360086ab79d1b2828bec44197353a8d37 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Fri, 11 Feb 2011 16:47:49 +0200 Subject: server/red_channe: make hold_item take a channel arg --- server/smartcard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/smartcard.c') diff --git a/server/smartcard.c b/server/smartcard.c index d890372c..6afa7cd2 100644 --- a/server/smartcard.c +++ b/server/smartcard.c @@ -465,7 +465,7 @@ static int smartcard_channel_handle_message(RedChannel *channel, SpiceDataHeader return TRUE; } -static void smartcard_channel_hold_pipe_item(PipeItem *item) +static void smartcard_channel_hold_pipe_item(RedChannel *channel, PipeItem *item) { } -- cgit