aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_fch_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/wimax_fch_decoder.c')
-rw-r--r--plugins/wimax/wimax_fch_decoder.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/wimax/wimax_fch_decoder.c b/plugins/wimax/wimax_fch_decoder.c
index 2ba8077600..80de85e56d 100644
--- a/plugins/wimax/wimax_fch_decoder.c
+++ b/plugins/wimax/wimax_fch_decoder.c
@@ -31,13 +31,12 @@
#include <string.h>
#include <epan/packet.h>
+#include "wimax-int.h"
extern gint proto_wimax;
extern address bs_address; /* declared in packet-wmx.c */
-void proto_register_wimax_fch(void);
-
static int proto_wimax_fch_decoder = -1;
static gint ett_wimax_fch_decoder = -1;
@@ -135,7 +134,7 @@ static int dissect_wimax_fch_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tr
}
/* Register Wimax FCH Protocol */
-void proto_register_wimax_fch(void)
+void wimax_proto_register_wimax_fch(void)
{
/* TLV display */
static hf_register_info hf[] =