summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_cdma_code_decoder.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/wimax_cdma_code_decoder.c
parent558c885d6ddb4791d47ea3063a3570eb99291f73 (diff)
downloadwireshark-3cb2c58eaf5472ffe979b30d1c7b10908546e40c.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54552
Diffstat (limited to 'plugins/wimax/wimax_cdma_code_decoder.c')
-rw-r--r--plugins/wimax/wimax_cdma_code_decoder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/wimax/wimax_cdma_code_decoder.c b/plugins/wimax/wimax_cdma_code_decoder.c
index c32f034144..b78beab650 100644
--- a/plugins/wimax/wimax_cdma_code_decoder.c
+++ b/plugins/wimax/wimax_cdma_code_decoder.c
@@ -33,6 +33,8 @@
#include <glib.h>
#include <epan/packet.h>
+void proto_register_wimax_cdma(void);
+
static int proto_wimax_cdma_code_decoder = -1;
static gint ett_wimax_cdma_code_decoder = -1;