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 <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2019-04-09 07:32:27 +00:00 committed by Anders Broman
parent 4d8d4dc60a
commit 4db2258dd6
1 changed files with 1 additions and 1 deletions

View File

@ -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;