summaryrefslogtreecommitdiffstats
path: root/server/smartcard.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-02-11 16:47:49 +0200
committerAlon Levy <alevy@redhat.com>2011-03-02 17:27:50 +0200
commitce3efca360086ab79d1b2828bec44197353a8d37 (patch)
tree5325f556effbad10349e0cbca3e2d7ce0205a961 /server/smartcard.c
parent73858b93dccf595652f1b1e86fea1d0e7e9e153b (diff)
downloadspice-ce3efca360086ab79d1b2828bec44197353a8d37.tar.gz
spice-ce3efca360086ab79d1b2828bec44197353a8d37.tar.xz
spice-ce3efca360086ab79d1b2828bec44197353a8d37.zip
server/red_channe: make hold_item take a channel arg
Diffstat (limited to 'server/smartcard.c')
-rw-r--r--server/smartcard.c2
1 files changed, 1 insertions, 1 deletions
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)
{
}