From 4db2258dd61c4fbcd09da868d39402fe483321e7 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 9 Apr 2019 07:32:27 +0000 Subject: [PATCH] fix: no previous prototype for function 'ieee802154_create_tap_tlv_tree' [-Wmissing-prototypes] Change-Id: I74de53e945685a289c302a784afd3d3f5f22891b Reviewed-on: https://code.wireshark.org/review/32799 Petri-Dish: Anders Broman Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/dissectors/packet-ieee802154.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epan/dissectors/packet-ieee802154.c b/epan/dissectors/packet-ieee802154.c index bad6174b43..f82a792419 100644 --- a/epan/dissectors/packet-ieee802154.c +++ b/epan/dissectors/packet-ieee802154.c @@ -2964,7 +2964,7 @@ dissect_ieee802154_tap_sun_phy(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tr * @param length TLV length * @returns the tree created for the Payload IE */ -proto_tree* +static proto_tree* ieee802154_create_tap_tlv_tree(proto_tree *tree, tvbuff_t *tvb, gint offset, guint32 *type, guint32 *length) { proto_tree *subtree = NULL;