aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ubdp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-06-30 12:46:56 +0000
committerAnders Broman <a.broman58@gmail.com>2018-06-30 13:34:53 +0000
commit6f3f6626fe8440270231e891f5f9b2adc3323cdd (patch)
treecebb274e860e1fcec1c305675201833a974f8d7d /epan/dissectors/packet-ubdp.c
parentb14e01c4acb4f9df857f7ef8ddec6d0c1f709557 (diff)
ubdp: fix no previous prototype for ‘proto_reg_handoff_ubdp’ [-Wmissing-prototypes]
Change-Id: I38b8269930a96fa2cac1fdda3806eef41f296d20 Reviewed-on: https://code.wireshark.org/review/28540 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-ubdp.c')
-rw-r--r--epan/dissectors/packet-ubdp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ubdp.c b/epan/dissectors/packet-ubdp.c
index cde7f9ca3d..50650bf098 100644
--- a/epan/dissectors/packet-ubdp.c
+++ b/epan/dissectors/packet-ubdp.c
@@ -33,6 +33,7 @@
#define UB_PLATFORM_VERS 27
void proto_register_ubdp(void);
+void proto_reg_handoff_ubdp(void);
static int proto_ubdp = -1;