summaryrefslogtreecommitdiffstats
path: root/client/marshallers.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-28 12:45:07 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-28 12:45:07 +0200
commitb08b80d13ff8a6822364e792391473dc53913dca (patch)
treebe31ecfdbfd598c1954f30fd5273481562e81eb9 /client/marshallers.h
parent897e5633c2d4e0d8fe91986b6e030dd1436b8fa8 (diff)
downloadspice-b08b80d13ff8a6822364e792391473dc53913dca.tar.gz
spice-b08b80d13ff8a6822364e792391473dc53913dca.tar.xz
spice-b08b80d13ff8a6822364e792391473dc53913dca.zip
Fix build error due to member "SpiceMsgEmpty" same name as type
Diffstat (limited to 'client/marshallers.h')
-rw-r--r--client/marshallers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/marshallers.h b/client/marshallers.h
index 1e6be115..c913a28a 100644
--- a/client/marshallers.h
+++ b/client/marshallers.h
@@ -24,8 +24,8 @@
#include <messages.h>
typedef struct {
- void (*SpiceMsgEmpty)(SpiceMarshaller *m, SpiceMsgEmpty *msg);
- void (*SpiceMsgData)(SpiceMarshaller *m, SpiceMsgData *msg);
+ void (*msg_SpiceMsgEmpty)(SpiceMarshaller *m, SpiceMsgEmpty *msg);
+ void (*msg_SpiceMsgData)(SpiceMarshaller *m, SpiceMsgData *msg);
void (*msgc_ack_sync)(SpiceMarshaller *m, SpiceMsgcAckSync *msg);
void (*msgc_pong)(SpiceMarshaller *m, SpiceMsgPing *msg);
void (*msgc_disconnecting)(SpiceMarshaller *m, SpiceMsgDisconnect *msg);