summaryrefslogtreecommitdiffstats
path: root/server/spice.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/spice.h')
-rw-r--r--server/spice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/server/spice.h b/server/spice.h
index 1f9d8eff..c3fd97ae 100644
--- a/server/spice.h
+++ b/server/spice.h
@@ -79,4 +79,8 @@ typedef enum {
#define SPICE_CHANNEL_SECURITY_NON (1 << 0)
#define SPICE_CHANNEL_SECURITY_SSL (1 << 1)
+int spice_server_set_channel_security(SpiceServer *s,
+ spice_channel_t channel,
+ int security);
+
#endif