aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openwire.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 10:29:26 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 10:29:26 +0000
commit5c79cbf152ac1ee36007060937fb94b5d3b39014 (patch)
tree117a6ce9b75f80a282ba47224985ae9f6b65e4ea /epan/dissectors/packet-openwire.c
parent5dd7b7388b02f406c0b35e48f938ba8c64a45c18 (diff)
Fix some trivial warnings.
svn path=/trunk/; revision=54085
Diffstat (limited to 'epan/dissectors/packet-openwire.c')
-rw-r--r--epan/dissectors/packet-openwire.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-openwire.c b/epan/dissectors/packet-openwire.c
index 5f262d06d7..361e26428c 100644
--- a/epan/dissectors/packet-openwire.c
+++ b/epan/dissectors/packet-openwire.c
@@ -51,6 +51,9 @@
#include <epan/wmem/wmem.h>
#include "packet-tcp.h"
+void proto_register_openwire(void);
+void proto_reg_handoff_openwire(void);
+
static int proto_openwire = -1;
static int hf_openwire_none = -1;
static int hf_openwire_length = -1;