From 593fb119bcdb1fe6a5984cf4ac6b365ce06656fd Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 9 Mar 2010 14:53:37 +0100 Subject: new libspice api: add spice_server_set_channel_security() --- server/spice.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/spice.h') diff --git a/server/spice.h b/server/spice.h index e2a516bd..f9c3b670 100644 --- a/server/spice.h +++ b/server/spice.h @@ -78,4 +78,8 @@ typedef enum { #define SPICE_CHANNEL_SECURITY_NONE (1 << 0) #define SPICE_CHANNEL_SECURITY_SSL (1 << 1) +int spice_server_set_channel_security(SpiceServer *s, + spice_channel_name_t channel, + int security); + #endif -- cgit