summaryrefslogtreecommitdiffstats
path: root/server/red_tunnel_worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/red_tunnel_worker.h')
-rwxr-xr-xserver/red_tunnel_worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_tunnel_worker.h b/server/red_tunnel_worker.h
index 9f3a61ca..d4bf4b74 100755
--- a/server/red_tunnel_worker.h
+++ b/server/red_tunnel_worker.h
@@ -24,6 +24,6 @@
#include "vd_interface.h"
-void *red_tunnel_attach(SpiceCoreInterface *core_interface, NetWireInterface *vlan_interface);
+void *red_tunnel_attach(SpiceCoreInterface *core_interface, SpiceNetWireInstance *sin);
#endif