aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp4ves.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mp4ves.c')
-rw-r--r--epan/dissectors/packet-mp4ves.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-mp4ves.c b/epan/dissectors/packet-mp4ves.c
index 47569edc2a..5e038825e1 100644
--- a/epan/dissectors/packet-mp4ves.c
+++ b/epan/dissectors/packet-mp4ves.c
@@ -38,6 +38,9 @@
#include <epan/prefs.h>
+void proto_register_mp4ves(void);
+void proto_reg_handoff_mp4ves(void);
+
/* Initialize the protocol and registered fields */
static int proto_mp4ves = -1;
@@ -894,9 +897,6 @@ dissect_mp4ves_name(tvbuff_t *tvb _U_, packet_info *pinfo, proto_tree *tree, voi
}
void
-proto_reg_handoff_mp4ves(void);
-
-void
proto_register_mp4ves(void)
{