[Spice-devel] [PATCH spice-server 04/10] Avoid to typedef twice DisplayChannelClientPrivate

Frediano Ziglio fziglio at redhat.com
Mon Oct 17 13:26:39 UTC 2016


DisplayChannelClientPrivate is already defined in dcc.h which
is included in dcc-private.h header.

Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
 server/dcc-private.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/server/dcc-private.h b/server/dcc-private.h
index de6ea92..f3aba50 100644
--- a/server/dcc-private.h
+++ b/server/dcc-private.h
@@ -24,7 +24,6 @@
 #include "stream.h"
 #include "red-channel-client.h"
 
-typedef struct DisplayChannelClientPrivate DisplayChannelClientPrivate;
 struct DisplayChannelClientPrivate
 {
     uint32_t id;
-- 
2.7.4



More information about the Spice-devel mailing list