summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-vnc.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-07 08:34:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-07 08:34:39 +0000
commitcc71d217a6d432cdf8b01bb73564edc677109422 (patch)
treed4a41e770ab69b34d067671e2a1cdea25c0bafb6 /epan/dissectors/packet-vnc.c
parentcc5543f8243db93356eed7632a81bf42eb0c9830 (diff)
downloadwireshark-cc71d217a6d432cdf8b01bb73564edc677109422.tar.gz
- Make local functions static.
- Forward declaration of register function. svn path=/trunk/; revision=53817
Diffstat (limited to 'epan/dissectors/packet-vnc.c')
-rw-r--r--epan/dissectors/packet-vnc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-vnc.c b/epan/dissectors/packet-vnc.c
index 1b5fffa388..25083f4037 100644
--- a/epan/dissectors/packet-vnc.c
+++ b/epan/dissectors/packet-vnc.c
@@ -54,6 +54,8 @@
#include "packet-x11.h" /* This contains the extern for the X11 value_string_ext
* "x11_keysym_vals_source_ext" that VNC uses. */
+void proto_register_vnc(void);
+
typedef enum {
VNC_SECURITY_TYPE_INVALID = 0,
VNC_SECURITY_TYPE_NONE = 1,