summaryrefslogtreecommitdiffstats
path: root/rfb
diff options
context:
space:
mode:
authorAndreas Weigel <andreaswe@securepoint.de>2017-02-23 10:05:40 +0100
committerChristian Beier <dontmind@freeshell.org>2017-05-14 20:38:32 +0200
commita90a43cda546f6f4304623ebd5e6dd9cdb87fc16 (patch)
tree6f136ed776eb921af832e8f37292d9d65090f4c3 /rfb
parent826e0f9e39a49ae3598f8709218180f835af269b (diff)
downloadlibtdevnc-a90a43cda546f6f4304623ebd5e6dd9cdb87fc16.tar.gz
libtdevnc-a90a43cda546f6f4304623ebd5e6dd9cdb87fc16.zip
remove Hixie-specific MD5 and check functions
Diffstat (limited to 'rfb')
-rw-r--r--rfb/rfb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/rfb/rfb.h b/rfb/rfb.h
index f982b40..9aace0d 100644
--- a/rfb/rfb.h
+++ b/rfb/rfb.h
@@ -763,7 +763,6 @@ extern rfbBool rfbSetNonBlocking(int sock);
/* websockets.c */
extern rfbBool webSocketsCheck(rfbClientPtr cl);
-extern rfbBool webSocketCheckDisconnect(rfbClientPtr cl);
extern int webSocketsEncode(rfbClientPtr cl, const char *src, int len, char **dst);
extern int webSocketsDecode(rfbClientPtr cl, char *dst, int len);
extern rfbBool webSocketsHasDataInBuffer(rfbClientPtr cl);