summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-08-20 18:59:22 +0100
committerFrediano Ziglio <freddy77@gmail.com>2023-11-22 07:39:22 +0000
commit28852b5f32d8e626fc5352b4b0a9b86bf54f03fa (patch)
tree317dcc15cec13f4d2cb7159a4749d19132130079
parentd0a6701413a63814b54a022055a49394a44b8ee8 (diff)
-rw-r--r--server/vdiport.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/server/vdiport.h b/server/vdiport.h
index 81234c47..d4fe40b3 100644
--- a/server/vdiport.h
+++ b/server/vdiport.h
@@ -22,8 +22,6 @@
#include "push-visibility.h"
-typedef struct RedVDIPort RedVDIPort;
-
/*
* What this class should do?
* This class handle the character device "com.redhat.spice.0".
@@ -71,7 +69,7 @@ typedef struct MainChannelClient MainChannelClient;
*/
RedVDIPort *vdi_port_new(RedsState *reds);
RedCharDevice *vdi_port_attach_agent(RedVDIPort *dev, SpiceCharDeviceInstance *sin,
- struct MainChannel *main_channel, MainChannelClient *mcc);
+ MainChannel *main_channel, MainChannelClient *mcc);
/* Forward information from global state to the VDIPort */
void vdi_port_update_filters(RedVDIPort *dev);
void vdi_port_set_agent_file_xfer(RedVDIPort *dev, bool enabled);