summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYonit Halperin <yhalperi@redhat.com>2012-07-03 22:29:16 +0300
committerYonit Halperin <yhalperi@redhat.com>2012-07-03 22:29:16 +0300
commit10a8c28b95a904e1a526638f1addccb50068736e (patch)
tree394f72de1be412f5bb66590e76c8abda30e9522a
parentbf91bdce5cb5b391b9d3f86900845831da80a5c5 (diff)
downloadspice-10a8c28b95a904e1a526638f1addccb50068736e.tar.gz
spice-10a8c28b95a904e1a526638f1addccb50068736e.tar.xz
spice-10a8c28b95a904e1a526638f1addccb50068736e.zip
char_device.h: Remove redefinition of typedef 'SpiceCharDeviceState'
The original definition is in spice.h
-rw-r--r--server/char_device.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/char_device.h b/server/char_device.h
index 4a70075b..ef8ce3a7 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,