aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_harq_map_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/wimax_harq_map_decoder.c')
-rw-r--r--plugins/wimax/wimax_harq_map_decoder.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/wimax/wimax_harq_map_decoder.c b/plugins/wimax/wimax_harq_map_decoder.c
index ba94f3e2bb..8eaf381f25 100644
--- a/plugins/wimax/wimax_harq_map_decoder.c
+++ b/plugins/wimax/wimax_harq_map_decoder.c
@@ -31,13 +31,12 @@
#include <epan/packet.h>
#include <epan/expert.h>
#include "crc.h"
+#include "wimax-int.h"
#include "wimax_compact_dlmap_ie_decoder.h"
#include "wimax_compact_ulmap_ie_decoder.h"
extern gint proto_wimax;
-void proto_register_wimax_harq_map(void);
-
static gint proto_wimax_harq_map_decoder = -1;
static gint ett_wimax_harq_map_decoder = -1;
@@ -172,7 +171,7 @@ static int dissector_wimax_harq_map_decoder(tvbuff_t *tvb, packet_info *pinfo, p
}
/* Register Wimax HARQ MAP Protocol */
-void proto_register_wimax_harq_map(void)
+void wimax_proto_register_wimax_harq_map(void)
{
/* HARQ MAP display */
static hf_register_info hf_harq_map[] =