summaryrefslogtreecommitdiffstats
path: root/jpsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'jpsock.h')
-rw-r--r--jpsock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jpsock.h b/jpsock.h
index 75bae26..4baaade 100644
--- a/jpsock.h
+++ b/jpsock.h
@@ -24,7 +24,7 @@ class base_socket;
class jpsock
{
public:
- jpsock(size_t id);
+ jpsock(size_t id, bool tls);
~jpsock();
bool connect(const char* sAddr, std::string& sConnectError);
OpenPOWER on IntegriCloud