..

Revision:
1:a6995e66c9f7
Parent:
0:5f745af3ec9b
--- a/TLSSocket.h	Fri Aug 23 13:29:35 2019 +0000
+++ b/TLSSocket.h	Thu Aug 29 06:43:11 2019 +0000
@@ -90,7 +90,8 @@
      *  @param port     Port of the remote host
      *  @return         0 on success, negative error code on failure
      */
-    nsapi_error_t connect(const char *host, uint16_t port);
+    nsapi_error_t connect1(const char *host, uint16_t port);
+    nsapi_error_t connect2(const char *host, uint16_t port);
     //SocketAddress getsock();
     SocketAddress sock_addr;
 private: