[Spice-devel] [PATCH] char_device.h: Remove redefinition of typedef 'SpiceCharDeviceState'

Yonit Halperin yhalperi at redhat.com
Tue Jul 3 12:32:05 PDT 2012


The original definition is in spice.h
---
 server/char_device.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/server/char_device.h b/server/char_device.h
index 4a70075..ef8ce3a 100644
--- a/server/char_device.h
+++ b/server/char_device.h
@@ -107,8 +107,6 @@ typedef struct SpiceCharDeviceCallbacks {
     void (*remove_client)(RedClient *client, void *opaque);
 } SpiceCharDeviceCallbacks;
 
-typedef struct SpiceCharDeviceState SpiceCharDeviceState;
-
 SpiceCharDeviceState *spice_char_device_state_create(SpiceCharDeviceInstance *sin,
                                                      uint32_t client_tokens_interval,
                                                      uint32_t self_tokens,
-- 
1.7.7.6



More information about the Spice-devel mailing list