From 3f33194549862908df084464f74037065cb152fc Mon Sep 17 00:00:00 2001 From: daleharvey Date: Tue, 29 Aug 2006 01:16:35 +0000 Subject: added getHaveSSL() (bzr r1656) --- src/pedro/pedroutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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); -- cgit v1.2.3