mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 07:29:32 +00:00
Avoid to typedef twice RedChannel and RedClient
These are already defined in red-channel.h which is included in red-channel-client.h header. Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma at redhat.com>
This commit is contained in:
parent
a0fcf4975b
commit
74a834daca
@ -49,9 +49,6 @@ G_BEGIN_DECLS
|
||||
#define RED_CHANNEL_CLIENT_GET_CLASS(obj) \
|
||||
(G_TYPE_INSTANCE_GET_CLASS((obj), RED_TYPE_CHANNEL_CLIENT, RedChannelClientClass))
|
||||
|
||||
typedef struct RedChannel RedChannel;
|
||||
typedef struct RedClient RedClient;
|
||||
|
||||
typedef struct RedChannelClient RedChannelClient;
|
||||
typedef struct RedChannelClientClass RedChannelClientClass;
|
||||
typedef struct RedChannelClientPrivate RedChannelClientPrivate;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user