summaryrefslogtreecommitdiffstats
path: root/client/application.h
diff options
context:
space:
mode:
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 ac51cd2a..72501dd4 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;}