summaryrefslogtreecommitdiff
path: root/gst/librfb/rfbdecoder.h
diff options
context:
space:
mode:
authorThijs Vermeir <thijsvermeir@gmail.com>2007-09-18 16:32:19 +0000
committerThijs Vermeir <thijsvermeir@gmail.com>2007-09-18 16:32:19 +0000
commitf9d615c2500a8cedb474a7ee4abe4b7edf4773f6 (patch)
treebb4771b8b92f189dbec509def66faed6144b9835 /gst/librfb/rfbdecoder.h
parentc364c7d630e8a2bb8c11c84a19897431bbfce902 (diff)
downloadgstreamer-plugins-bad-f9d615c2500a8cedb474a7ee4abe4b7edf4773f6.tar.gz
gst/librfb/rfbdecoder.*: Added some documentation about security handling start implementing security handling for rf...
Original commit message from CVS: * gst/librfb/rfbdecoder.c: * gst/librfb/rfbdecoder.h: Added some documentation about security handling start implementing security handling for rfb 3.3
Diffstat (limited to 'gst/librfb/rfbdecoder.h')
-rw-r--r--gst/librfb/rfbdecoder.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/gst/librfb/rfbdecoder.h b/gst/librfb/rfbdecoder.h
index 193e7995a..1a0c28318 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