From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:40 +0000 (-0700) Subject: Updated shared header files, not relevant to open-vm-tools X-Git-Tag: stable-10.2.0~737 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fddbf299e58ed60705188c8b1ea90eaefeb40d57;p=thirdparty%2Fopen-vm-tools.git Updated shared header files, not relevant to open-vm-tools --- diff --git a/open-vm-tools/lib/asyncsocket/asyncSocketInt.h b/open-vm-tools/lib/asyncsocket/asyncSocketInt.h index 54f005a53..2160716b4 100644 --- a/open-vm-tools/lib/asyncsocket/asyncSocketInt.h +++ b/open-vm-tools/lib/asyncsocket/asyncSocketInt.h @@ -525,6 +525,7 @@ const char *AsyncSocketGetWebSocketProtocol(AsyncSocket *asock); AsyncSocket * AsyncSocket_ConnectWebSocketEx(const char *url, struct _SSLVerifyParam *sslVerifyParam, + const char *proxyStr, const char *cookies, const char *protocols[], AsyncSocketConnectFn connectFn, diff --git a/open-vm-tools/lib/include/asyncsocket.h b/open-vm-tools/lib/include/asyncsocket.h index 101bfddb2..793b668ac 100644 --- a/open-vm-tools/lib/include/asyncsocket.h +++ b/open-vm-tools/lib/include/asyncsocket.h @@ -307,6 +307,7 @@ AsyncSocket_CreateNamedPipe(const char *pipeName, AsyncSocket * AsyncSocket_ConnectWebSocket(const char *url, struct _SSLVerifyParam *sslVerifyParam, + const char *httpProxy, const char *cookies, const char *protocols[], AsyncSocketConnectFn connectFn, @@ -318,6 +319,7 @@ AsyncSocket_ConnectWebSocket(const char *url, AsyncSocket * AsyncSocket_ConnectProxySocket(const char *url, struct _SSLVerifyParam *sslVerifyParam, + const char *httpProxy, const char *cookies, const char *protocols[], AsyncSocketConnectFn connectFn,