[Spice-commits] server/char_device.h

Yonit Halperin yhalperi at kemper.freedesktop.org
Wed Jul 4 00:02:42 PDT 2012


 server/char_device.h |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit 10a8c28b95a904e1a526638f1addccb50068736e
Author: Yonit Halperin <yhalperi at redhat.com>
Date:   Tue Jul 3 22:29:16 2012 +0300

    char_device.h: Remove redefinition of typedef 'SpiceCharDeviceState'
    
    The original definition is in spice.h

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,


More information about the Spice-commits mailing list