diff options
Diffstat (limited to 'gst/librfb/rfbdecoder.h')
-rw-r--r-- | gst/librfb/rfbdecoder.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/librfb/rfbdecoder.h b/gst/librfb/rfbdecoder.h index 193e7995..1a0c2831 100644 --- a/gst/librfb/rfbdecoder.h +++ b/gst/librfb/rfbdecoder.h @@ -6,6 +6,12 @@ G_BEGIN_DECLS +enum { + SECURITY_FAIL = 0, + SECURITY_NONE, + SECURITY_VNC, +}; + typedef struct _RfbDecoder RfbDecoder; struct _RfbDecoder |