aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sita.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-13 06:55:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-13 06:55:20 +0000
commit28e6aa4e8a06299895d7924508a32a895a5454ab (patch)
tree2d473be553d94f35853d151100f51d3e1da4357f /epan/dissectors/packet-sita.c
parent4e3e8d2d1f5f48eba8a567df843fde70899a1695 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54025
Diffstat (limited to 'epan/dissectors/packet-sita.c')
-rw-r--r--epan/dissectors/packet-sita.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sita.c b/epan/dissectors/packet-sita.c
index 5878c3d06c..9c2867b9e7 100644
--- a/epan/dissectors/packet-sita.c
+++ b/epan/dissectors/packet-sita.c
@@ -37,6 +37,9 @@
#include <wiretap/wtap.h>
#include <epan/wmem/wmem.h>
+void proto_register_sita(void);
+void proto_reg_handoff_sita(void);
+
static dissector_table_t sita_dissector_table;
static dissector_handle_t data_handle;
static gint ett_sita = -1;