aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_rng_req.c
diff options
context:
space:
mode:
authorAnders Broman <a.broman58@gmail.com>2014-08-18 14:02:46 +0000
committerAnders Broman <a.broman58@gmail.com>2014-08-18 14:03:11 +0000
commit3788097ac87c500824695584f5147b6b7b124b31 (patch)
treec1721ab4ae71dcaad2a4b25abd7c05e4e58c9de3 /plugins/wimax/msg_rng_req.c
parent9918435ed70a1e386e1501982c2bbe0eed25e723 (diff)
Revert "Fix warning: no previous prototype for ... [-Wmissing-prototypes]"
This reverts commit 9918435ed70a1e386e1501982c2bbe0eed25e723. Change-Id: I122b65ec59f48b8a21e2b43ccdad0ed146b0e78f Reviewed-on: https://code.wireshark.org/review/3702 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'plugins/wimax/msg_rng_req.c')
-rw-r--r--plugins/wimax/msg_rng_req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_rng_req.c b/plugins/wimax/msg_rng_req.c
index 7bc4f5ec01..e16b51295c 100644
--- a/plugins/wimax/msg_rng_req.c
+++ b/plugins/wimax/msg_rng_req.c
@@ -124,7 +124,7 @@ static const true_false_string tfs_rng_timing_adj = {
};
/* Decode RNG Power Saving Class parameters (Sub TLV's). */
-static void dissect_power_saving_class(proto_tree *rng_req_tree, gint tlv_type, tvbuff_t *tvb, guint compound_tlv_len, packet_info *pinfo, guint offset)
+void dissect_power_saving_class(proto_tree *rng_req_tree, gint tlv_type, tvbuff_t *tvb, guint compound_tlv_len, packet_info *pinfo, guint offset)
{
proto_item *tlv_item;
proto_tree *tlv_tree;