aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_reg_rsp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-02 11:27:10 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-02 11:27:10 +0000
commit3cb2c58eaf5472ffe979b30d1c7b10908546e40c (patch)
tree83f213eef3c863aa2063291988851eca940d3ac9 /plugins/wimax/msg_reg_rsp.c
parent558c885d6ddb4791d47ea3063a3570eb99291f73 (diff)
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54552
Diffstat (limited to 'plugins/wimax/msg_reg_rsp.c')
-rw-r--r--plugins/wimax/msg_reg_rsp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/wimax/msg_reg_rsp.c b/plugins/wimax/msg_reg_rsp.c
index 51e8f124b8..5a22106ad2 100644
--- a/plugins/wimax/msg_reg_rsp.c
+++ b/plugins/wimax/msg_reg_rsp.c
@@ -40,6 +40,9 @@
#include "wimax_mac.h"
#include "wimax_utils.h"
+void proto_register_mac_mgmt_msg_reg_rsp(void);
+void proto_reg_handoff_mac_mgmt_msg_reg_rsp(void);
+
extern gboolean include_cor2_changes;
extern void dissect_extended_tlv(proto_tree *reg_req_tree, gint tlv_type, tvbuff_t *tvb, guint tlv_offset, guint tlv_len, packet_info *pinfo, guint offset, gint proto_registry);