diff options
| author | daleharvey <daleharvey@users.sourceforge.net> | 2006-08-29 01:16:35 +0000 |
|---|---|---|
| committer | daleharvey <daleharvey@users.sourceforge.net> | 2006-08-29 01:16:35 +0000 |
| commit | 3f33194549862908df084464f74037065cb152fc (patch) | |
| tree | 86c201cc8e38149506bf0d91e2776126d7b608f7 /src | |
| parent | better handle startTls() if client not built with ssl (diff) | |
| download | inkscape-3f33194549862908df084464f74037065cb152fc.tar.gz inkscape-3f33194549862908df084464f74037065cb152fc.zip | |
added getHaveSSL()
(bzr r1656)
Diffstat (limited to 'src')
| -rw-r--r-- | src/pedro/pedroutil.h | 2 |
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); |
