From 9918435ed70a1e386e1501982c2bbe0eed25e723 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Fri, 15 Aug 2014 10:00:26 +0200 Subject: Fix warning: no previous prototype for ... [-Wmissing-prototypes] Change-Id: If41ffdfa15fb24af3e6846f1cfc855eb6cfffb77 Reviewed-on: https://code.wireshark.org/review/3699 Reviewed-by: Anders Broman --- plugins/wimax/msg_dsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/wimax/msg_dsc.c') diff --git a/plugins/wimax/msg_dsc.c b/plugins/wimax/msg_dsc.c index 6551a19c42..ccfbb20dab 100644 --- a/plugins/wimax/msg_dsc.c +++ b/plugins/wimax/msg_dsc.c @@ -100,7 +100,7 @@ static void dissect_mac_mgmt_msg_dsc_rsp_decoder(tvbuff_t *tvb, packet_info *pin } } -void dissect_mac_mgmt_msg_dsc_ack_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) +static void dissect_mac_mgmt_msg_dsc_ack_decoder(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) { guint offset = 0; proto_item *dsc_item; -- cgit v1.2.3