aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_aas_fbck.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/msg_aas_fbck.c')
-rw-r--r--plugins/wimax/msg_aas_fbck.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/wimax/msg_aas_fbck.c b/plugins/wimax/msg_aas_fbck.c
index 203c54bc25..99922d06cd 100644
--- a/plugins/wimax/msg_aas_fbck.c
+++ b/plugins/wimax/msg_aas_fbck.c
@@ -45,6 +45,9 @@
#define OFDMA_AAS_FBCK_REQ_FB_RSP_COUNTER_MASK 0x1C
#define OFDMA_AAS_FBCK_REQ_FB_RSP_RESOLUTION_MASK 0x03
+void proto_register_mac_mgmt_msg_aas_fbck(void);
+void proto_reg_handoff_mac_mgmt_msg_aas(void);
+
static gint proto_mac_mgmt_msg_aas_fbck_decoder = -1;
static gint ett_mac_mgmt_msg_aas_fbck_req_decoder = -1;
static gint ett_mac_mgmt_msg_aas_fbck_rsp_decoder = -1;