summaryrefslogtreecommitdiff
path: root/gatosocket.h
diff options
context:
space:
mode:
authorJavier <maemo@javispedro.com>2014-07-26 22:59:39 +0200
committerJavier <maemo@javispedro.com>2014-07-26 22:59:39 +0200
commite34f49ff20f2227ffca0515201e7493fd55ef64a (patch)
tree486b48932015af92c9577b6cddc88834cb839df4 /gatosocket.h
parentaaf7fb81d16018cac51c67443bd09e499dbf1e7e (diff)
downloadlibgato-e34f49ff20f2227ffca0515201e7493fd55ef64a.tar.gz
libgato-e34f49ff20f2227ffca0515201e7493fd55ef64a.zip
add "requireencryption" connection option (ABI broken!)
Diffstat (limited to 'gatosocket.h')
-rw-r--r--gatosocket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gatosocket.h b/gatosocket.h
index c1c025f..56760ee 100644
--- a/gatosocket.h
+++ b/gatosocket.h
@@ -47,6 +47,7 @@ public:
void send(const QByteArray &pkt);
SecurityLevel securityLevel() const;
+ bool setSecurityLevel(SecurityLevel level);
signals:
void connected();