summaryrefslogtreecommitdiffstats
path: root/server/red_tunnel_worker.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-05-18 15:32:35 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-05-19 11:22:08 +0200
commit9204a5903ab7a2cc39f1c078ce503d337a815be0 (patch)
tree5204865baefd62bdfd03a6e9f459db9b437ac849 /server/red_tunnel_worker.h
parent981abd3fee93efb4578e1ae6442ea4b320a710a9 (diff)
downloadspice-9204a5903ab7a2cc39f1c078ce503d337a815be0.tar.gz
spice-9204a5903ab7a2cc39f1c078ce503d337a815be0.tar.xz
spice-9204a5903ab7a2cc39f1c078ce503d337a815be0.zip
add spice-experimental.h
Supposed to be used for work-in-progress bits, where interfaces are not finalized yet. Moved over vdi port interface, tunnel interface and spice client migration functions.
Diffstat (limited to 'server/red_tunnel_worker.h')
-rwxr-xr-xserver/red_tunnel_worker.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/red_tunnel_worker.h b/server/red_tunnel_worker.h
index 42d23d1b..3df4aea4 100755
--- a/server/red_tunnel_worker.h
+++ b/server/red_tunnel_worker.h
@@ -22,8 +22,6 @@
#ifndef _H_RED_TUNNEL_WORKER
#define _H_RED_TUNNEL_WORKER
-#include "spice.h"
-
void *red_tunnel_attach(SpiceCoreInterface *core_interface, SpiceNetWireInstance *sin);
#endif