summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-11-04 13:48:42 +0200
committerAlon Levy <alevy@redhat.com>2012-11-04 13:48:42 +0200
commit4e7d25a7ac8c35cfea54b08f3d098895a09e15ea (patch)
treeb4f82a0bc5290608015d8f1f1b8d1a99d044dc40 /server/spice.h
parentb7bdd28343b1b9d7132bcfdeef923cd7612f7b46 (diff)
downloadspice-4e7d25a7ac8c35cfea54b08f3d098895a09e15ea.tar.gz
spice-4e7d25a7ac8c35cfea54b08f3d098895a09e15ea.tar.xz
spice-4e7d25a7ac8c35cfea54b08f3d098895a09e15ea.zip
Revert "server: add websockets support via libwebsockets"
This reverts commit 63bb37276e028ab1b1c156c9e7907bf22b6d5952.
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/server/spice.h b/server/spice.h
index f42c4a81..f878b522 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -434,13 +434,6 @@ void spice_server_destroy(SpiceServer *s);
int spice_server_set_compat_version(SpiceServer *s,
spice_compat_version_t version);
int spice_server_set_port(SpiceServer *s, int port);
-
-/* @ws_port: -1 for don't set, otherwise in [1,65535] port to listen
- * for unencrypted websocket connections.
- * @wss_port: -1 for don't set, otherwise in [1,65535] port to listen
- * for encrypted websocket connections.
- */
-int spice_server_set_ws_ports(SpiceServer *s, int ws_port, int wss_port);
void spice_server_set_addr(SpiceServer *s, const char *addr, int flags);
int spice_server_set_listen_socket_fd(SpiceServer *s, int listen_fd);
int spice_server_set_exit_on_disconnect(SpiceServer *s, int flag);