From 3cb2c58eaf5472ffe979b30d1c7b10908546e40c Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Thu, 2 Jan 2014 11:27:10 +0000 Subject: Fix [-Wmissing-prototypes] svn path=/trunk/; revision=54552 --- plugins/wimax/msg_dsc.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/wimax/msg_dsc.c') diff --git a/plugins/wimax/msg_dsc.c b/plugins/wimax/msg_dsc.c index 7b9d492787..f351dda437 100644 --- a/plugins/wimax/msg_dsc.c +++ b/plugins/wimax/msg_dsc.c @@ -40,6 +40,9 @@ #include "wimax_mac.h" #include "wimax_utils.h" +void proto_register_mac_mgmt_msg_dsc(void); +void proto_reg_handoff_mac_mgmt_msg_dsc(void); + static gint proto_mac_mgmt_msg_dsc_decoder = -1; static gint ett_mac_mgmt_msg_dsc_req_decoder = -1; static gint ett_mac_mgmt_msg_dsc_rsp_decoder = -1; -- cgit v1.2.3