summaryrefslogtreecommitdiffstats
path: root/client/application.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2012-02-26 12:45:28 +0100
committerAlon Levy <alevy@redhat.com>2012-02-28 14:40:42 +0200
commit26516fc5a2f5723543386ade3e7b2907408d05b6 (patch)
treeec3505cffd328eeaecbb967717542244722e1367 /client/application.h
parentbbd01f5f63e7cdef43ef32a4d5d55ee05d1245a8 (diff)
downloadspice-26516fc5a2f5723543386ade3e7b2907408d05b6.tar.gz
spice-26516fc5a2f5723543386ade3e7b2907408d05b6.tar.xz
spice-26516fc5a2f5723543386ade3e7b2907408d05b6.zip
client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828)
Diffstat (limited to 'client/application.h')
-rw-r--r--client/application.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/application.h b/client/application.h
index c513d948..cbbcaa30 100644
--- a/client/application.h
+++ b/client/application.h
@@ -227,6 +227,7 @@ public:
void external_show();
void connect();
void switch_host(const std::string& host, int port, int sport, const std::string& cert_subject);
+ void enable_smartcard(bool enable);
const PeerConnectionOptMap& get_con_opt_map() {return _peer_con_opt;}
const RedPeer::HostAuthOptions& get_host_auth_opt() { return _host_auth_opt;}