summaryrefslogtreecommitdiffstats
path: root/server/main_channel.c
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-07 19:26:34 +0200
committerAlon Levy <alevy@redhat.com>2010-11-07 19:26:34 +0200
commit590f746dc421009bb65f3ee43dc06847da5fa668 (patch)
treed11c96bf20757345e90c822b402808c2cb3ed83d /server/main_channel.c
parent765f2c35cffae222d76f0d13b40e6c704a0f6f9a (diff)
downloadspice-590f746dc421009bb65f3ee43dc06847da5fa668.tar.gz
spice-590f746dc421009bb65f3ee43dc06847da5fa668.tar.xz
spice-590f746dc421009bb65f3ee43dc06847da5fa668.zip
server: hold_item_proc sig change ramifications
Diffstat (limited to 'server/main_channel.c')
-rw-r--r--server/main_channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/main_channel.c b/server/main_channel.c
index 3aa6ad21..3824d421 100644
--- a/server/main_channel.c
+++ b/server/main_channel.c
@@ -744,7 +744,7 @@ static int main_channel_config_socket(RedChannel *channel)
return TRUE;
}
-static void main_channel_hold_item(void *item)
+static void main_channel_hold_item(PipeItem *item)
{
}