aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-fw1.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 12:45:57 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-12-14 12:45:57 +0000
commit1053e722ed726979654021fa95a70e050200e8fc (patch)
tree98683a8d257fc78983c924802ea660080c48fcf8 /epan/dissectors/packet-fw1.c
parent4d92f6079b04839bf2969c3fa665416e384d5a4a (diff)
Fix warnings
svn path=/trunk/; revision=54089
Diffstat (limited to 'epan/dissectors/packet-fw1.c')
-rw-r--r--epan/dissectors/packet-fw1.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/dissectors/packet-fw1.c b/epan/dissectors/packet-fw1.c
index 1cf6f73736..6f285290e0 100644
--- a/epan/dissectors/packet-fw1.c
+++ b/epan/dissectors/packet-fw1.c
@@ -91,6 +91,9 @@
#include <epan/wmem/wmem.h>
#include <epan/etypes.h>
+void proto_register_fw1(void);
+void proto_reg_handoff_fw1(void);
+
/* Place FW1 summary in proto tree */
static gboolean fw1_summary_in_tree = TRUE;
static gboolean fw1_with_uuid = FALSE;
@@ -293,4 +296,4 @@ void
proto_reg_handoff_fw1(void)
{
ethertype_handle = find_dissector("ethertype");
-} \ No newline at end of file
+}