summaryrefslogtreecommitdiffstats
path: root/client/demarshallers.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/demarshallers.h
parentededfd7ebb94efac11a00982f52c59f5d44a0f43 (diff)
downloadspice-2788b2ec462da943f5899429bd9bb3ba0ec5c8b9.tar.gz
spice-2788b2ec462da943f5899429bd9bb3ba0ec5c8b9.tar.xz
spice-2788b2ec462da943f5899429bd9bb3ba0ec5c8b9.zip
Generate marshaller/demarshallers for old protocol
Diffstat (limited to 'client/demarshallers.h')
-rw-r--r--client/demarshallers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/demarshallers.h b/client/demarshallers.h
index ab0fc58c..fc2f75ae 100644
--- a/client/demarshallers.h
+++ b/client/demarshallers.h
@@ -22,6 +22,7 @@ typedef uint8_t * (*spice_parse_channel_func_t)(uint8_t *message_start, uint8_t
size_t *size_out, message_destructor_t *free_message);
spice_parse_channel_func_t spice_get_server_channel_parser(uint32_t channel, unsigned int *max_message_type);
+spice_parse_channel_func_t spice_get_server_channel_parser1(uint32_t channel, unsigned int *max_message_type);
#endif