summaryrefslogtreecommitdiff
path: root/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2014-01-01 12:25:44 +0000
committerAnders Broman <anders.broman@ericsson.com>2014-01-01 12:25:44 +0000
commit818c0fdaf84b358d4f6fd1879a9a06c7499ab902 (patch)
treead3903fcc9bee0b3bcee571ca73ec5033e9f56e7 /plugins/wimax/wimax_compact_ulmap_ie_decoder.c
parentddda691c2bbf4e4898c25b65b7090ead75f53a96 (diff)
downloadwireshark-818c0fdaf84b358d4f6fd1879a9a06c7499ab902.tar.gz
Fix [-Wmissing-prototypes]
svn path=/trunk/; revision=54530
Diffstat (limited to 'plugins/wimax/wimax_compact_ulmap_ie_decoder.c')
-rw-r--r--plugins/wimax/wimax_compact_ulmap_ie_decoder.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/wimax/wimax_compact_ulmap_ie_decoder.c b/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
index bd8e0bfbef..280144e98f 100644
--- a/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
+++ b/plugins/wimax/wimax_compact_ulmap_ie_decoder.c
@@ -43,6 +43,8 @@
#define CID_TYPE_RCID7 2
#define CID_TYPE_RCID3 3
+void proto_register_wimax_compact_ulmap_ie(void);
+
/* Global Variables */
extern guint cid_type;
extern guint band_amc_subchannel_type;
@@ -375,7 +377,7 @@ static gint hf_extended_uiuc_ie_unknown_uiuc = -1;
#define COMPACT_UL_MAP_TYPE_EXTENSION 7
/* Compact UL-MAP IE decoder */
-guint wimax_compact_ulmap_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset)
+static guint wimax_compact_ulmap_ie_decoder(proto_tree *tree, packet_info *pinfo, tvbuff_t *tvb, guint offset, guint nibble_offset)
{
guint uiuc, byte, length = 0;
guint ul_map_type;