summaryrefslogtreecommitdiffstats
path: root/client/marshallers.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2010-06-22 16:35:13 +0200
committerAlexander Larsson <alexl@redhat.com>2010-06-22 17:34:39 +0200
commit2788b2ec462da943f5899429bd9bb3ba0ec5c8b9 (patch)
tree1896cd05055fb2bc08489ff4f184246c7ea31efe /client/marshallers.h
parentededfd7ebb94efac11a00982f52c59f5d44a0f43 (diff)
downloadspice-2788b2ec462da943f5899429bd9bb3ba0ec5c8b9.tar.gz
spice-2788b2ec462da943f5899429bd9bb3ba0ec5c8b9.tar.xz
spice-2788b2ec462da943f5899429bd9bb3ba0ec5c8b9.zip
Generate marshaller/demarshallers for old protocol
Diffstat (limited to 'client/marshallers.h')
-rw-r--r--client/marshallers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/marshallers.h b/client/marshallers.h
index 7806f295..1e6be115 100644
--- a/client/marshallers.h
+++ b/client/marshallers.h
@@ -56,5 +56,6 @@ typedef struct {
} SpiceMessageMarshallers;
SpiceMessageMarshallers *spice_message_marshallers_get(void);
+SpiceMessageMarshallers *spice_message_marshallers_get1(void);
#endif