From ceddf703883eedb26df1ee6f5e010ba879733b05 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 19 Jan 2018 09:13:01 +0000 Subject: 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 Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- plugins/epan/wimax/packet-wmx.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') 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; -- cgit v1.2.3