From: daleharvey Date: Tue, 29 Aug 2006 01:16:35 +0000 (+0000) Subject: added getHaveSSL() X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7fd534c43f9eeb4ae3e22a1037716239f73a3e55;p=inkscape.git added getHaveSSL() --- 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);