aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2018-01-19 09:13:01 +0000
committerMichael Mann <mmann78@netscape.net>2018-01-19 12:09:47 +0000
commitceddf703883eedb26df1ee6f5e010ba879733b05 (patch)
tree19674fa9296dc1f8c8260a389f6acb42cdb65a96
parent1ea4abd838923b605b11401ad8a0e2fd085de6e0 (diff)
wimax (plugins): fix no previous prototype for function 'proto_reg_handoff_wimax' [-Wmissing-prototypes]
Change-Id: Icc79994ace4e32def3f03cf62b49f3c7dd3011df Reviewed-on: https://code.wireshark.org/review/25384 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--plugins/epan/wimax/packet-wmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/epan/wimax/packet-wmx.c b/plugins/epan/wimax/packet-wmx.c
index 1cdbd97e82..3a56745286 100644
--- a/plugins/epan/wimax/packet-wmx.c
+++ b/plugins/epan/wimax/packet-wmx.c
@@ -37,6 +37,7 @@
#include "wimax_utils.h"
void proto_register_wimax(void);
+void proto_reg_handoff_wimax(void);
/* Global variables */
gint proto_wimax = -1;