diff options
author | Andreas Weigel <[email protected]> | 2017-02-20 15:13:03 +0100 |
---|---|---|
committer | Christian Beier <[email protected]> | 2017-05-14 20:38:28 +0200 |
commit | 826e0f9e39a49ae3598f8709218180f835af269b (patch) | |
tree | c5f5b3a257159b962f18726fd9b1e8b3b70c1d6f /libvncserver/ws_decode.h | |
parent | f19d6ee225ff35eb54ca06927a921c98ff721adc (diff) | |
download | libtdevnc-826e0f9e39a49ae3598f8709218180f835af269b.tar.gz libtdevnc-826e0f9e39a49ae3598f8709218180f835af269b.zip |
add generation wstest to cmake
add wstestdata.c, because the python data generation script has too many
dependencies
remove some redundance from jpeg test creation
add support for decoding close messages
Diffstat (limited to 'libvncserver/ws_decode.h')
-rw-r--r-- | libvncserver/ws_decode.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libvncserver/ws_decode.h b/libvncserver/ws_decode.h index fac3c68..0dcbc83 100644 --- a/libvncserver/ws_decode.h +++ b/libvncserver/ws_decode.h @@ -7,13 +7,6 @@ #include <resolv.h> /* __b64_ntop */ #endif - - -enum { - WEBSOCKETS_VERSION_HIXIE, - WEBSOCKETS_VERSION_HYBI -}; - #if defined(__APPLE__) #include <libkern/OSByteOrder.h> |