From 2788b2ec462da943f5899429bd9bb3ba0ec5c8b9 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 22 Jun 2010 16:35:13 +0200 Subject: Generate marshaller/demarshallers for old protocol --- client/marshallers.h | 1 + 1 file changed, 1 insertion(+) (limited to 'client/marshallers.h') 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 -- cgit