summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authordaleharvey <daleharvey@users.sourceforge.net>2006-08-29 01:16:35 +0000
committerdaleharvey <daleharvey@users.sourceforge.net>2006-08-29 01:16:35 +0000
commit3f33194549862908df084464f74037065cb152fc (patch)
tree86c201cc8e38149506bf0d91e2776126d7b608f7 /src
parentbetter handle startTls() if client not built with ssl (diff)
downloadinkscape-3f33194549862908df084464f74037065cb152fc.tar.gz
inkscape-3f33194549862908df084464f74037065cb152fc.zip
added getHaveSSL()
(bzr r1656)
Diffstat (limited to 'src')
-rw-r--r--src/pedro/pedroutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pedro/pedroutil.h b/src/pedro/pedroutil.h
index 4043257cc..ce372382a 100644
--- a/src/pedro/pedroutil.h
+++ b/src/pedro/pedroutil.h
@@ -435,6 +435,8 @@ public:
bool getEnableSSL();
+ bool getHaveSSL();
+
bool connect(const std::string &hostname, int portno);
bool connect(const char *hostname, int portno);