summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2010-03-30 11:28:50 +0200
committerGerd Hoffmann <kraxel@redhat.com>2010-05-19 11:22:06 +0200
commit10e6d8b53cf89b9e7c58b0696f078d18af21827e (patch)
treefd1c50faa573c34737f601dc7f607659f9fb32a5 /server/spice.h
parent30c740201d1b111ca28e7881ddbcc91f259b8a11 (diff)
downloadspice-10e6d8b53cf89b9e7c58b0696f078d18af21827e.tar.gz
spice-10e6d8b53cf89b9e7c58b0696f078d18af21827e.tar.xz
spice-10e6d8b53cf89b9e7c58b0696f078d18af21827e.zip
s/CoreInterface/SpiceCoreInterface/
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/server/spice.h b/server/spice.h
index 5b768ef2..caf2830f 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -21,13 +21,10 @@
#include <sys/socket.h>
#include "vd_interface.h"
-/* old interface */
-void spice_init(CoreInterface *core);
-
/* new interface */
typedef struct RedsState SpiceServer;
SpiceServer *spice_server_new(void);
-int spice_server_init(SpiceServer *s, CoreInterface *core);
+int spice_server_init(SpiceServer *s, SpiceCoreInterface *core);
void spice_server_destroy(SpiceServer *s);
#define SPICE_ADDR_FLAG_IPV4_ONLY (1 << 0)