From: Oliver Kurth Date: Sun, 21 Jul 2019 00:15:19 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-11.1.0~308 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89c426d9b527aa59e0b114aeeacd510c0f49041c;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/asyncsocket.h b/open-vm-tools/lib/include/asyncsocket.h index b182ade16..df5e10170 100644 --- a/open-vm-tools/lib/include/asyncsocket.h +++ b/open-vm-tools/lib/include/asyncsocket.h @@ -748,6 +748,8 @@ Bool AsyncSocket_WebSocketParseURL(const char *url, char **hostname, char *AsyncSocket_WebSocketGetHttpHeader(const char *request, const char *webKey); +unsigned AsyncSocket_WebSocketGetNumAccepted(AsyncSocket *asock); + /* * Some logging macros for convenience */