aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-13 17:04:02 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-16 11:36:57 +0000
commit9bd79f44ec3e8f3f97221738871bd975494602b1 (patch)
tree6c8e6d2564a173eabedc56e8a5acde7a9630f272 /plugins/wimax
parentbba8edc392a4bdf74194154d28c7e0c337521e8d (diff)
Fix warning: no previous prototype for ... [-Wmissing-prototypes]
Change-Id: I6e545cb85b6a75cde0ca6c41c57e8c7d69ae4dcb Reviewed-on: https://code.wireshark.org/review/3631 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins/wimax')
-rw-r--r--plugins/wimax/msg_pmc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/wimax/msg_pmc.c b/plugins/wimax/msg_pmc.c
index ec18d27eb7..fdcd6f958c 100644
--- a/plugins/wimax/msg_pmc.c
+++ b/plugins/wimax/msg_pmc.c
@@ -41,6 +41,7 @@ extern gboolean include_cor2_changes;
void proto_register_mac_mgmt_msg_pmc_req(void);
void proto_register_mac_mgmt_msg_pmc_rsp(void);
+void proto_reg_handoff_mac_mgmt_msg_pmc(void);
static gint proto_mac_mgmt_msg_pmc_req_decoder = -1;
static gint proto_mac_mgmt_msg_pmc_rsp_decoder = -1;