aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/wimax_cdma_code_decoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/wimax_cdma_code_decoder.c')
-rw-r--r--plugins/wimax/wimax_cdma_code_decoder.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/wimax/wimax_cdma_code_decoder.c b/plugins/wimax/wimax_cdma_code_decoder.c
index 1f85a973c9..b9b504f8df 100644
--- a/plugins/wimax/wimax_cdma_code_decoder.c
+++ b/plugins/wimax/wimax_cdma_code_decoder.c
@@ -29,8 +29,7 @@
#include "config.h"
#include <epan/packet.h>
-
-void proto_register_wimax_cdma(void);
+#include "wimax-int.h"
static int proto_wimax_cdma_code_decoder = -1;
static gint ett_wimax_cdma_code_decoder = -1;
@@ -64,7 +63,7 @@ static int dissect_wimax_cdma_code_decoder(tvbuff_t *tvb, packet_info *pinfo, pr
}
/* Register Wimax CDMA Protocol */
-void proto_register_wimax_cdma(void)
+void wimax_proto_register_wimax_cdma(void)
{
/* TLV display */
static hf_register_info hf[] =