[proto.h] Make proto_tree_add_split_bits_item_ret_val() usable from

plugins.

Change-Id: Ibcfdb9a3a33b0f12bf1f4752654bde279776768a
Reviewed-on: https://code.wireshark.org/review/20579
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
AndersBroman 2017-03-17 09:45:10 +01:00 committed by Anders Broman
parent 795b459443
commit 0d5d85924c
1 changed files with 3 additions and 3 deletions

View File

@ -2725,10 +2725,10 @@ proto_tree_add_bits_item(proto_tree *tree, const int hf_index, tvbuff_t *tvb, co
@param crumb_spec pointer to crumb_spec array
@param return_value if a pointer is passed here the value is returned.
@return the newly created item */
extern proto_item *
WS_DLL_PUBLIC proto_item *
proto_tree_add_split_bits_item_ret_val(proto_tree *tree, const int hf_index, tvbuff_t *tvb,
const guint bit_offset, const crumb_spec_t *crumb_spec,
guint64 *return_value);
const guint bit_offset, const crumb_spec_t *crumb_spec,
guint64 *return_value);
/** Add bitmap text for a split-bits crumb to a proto_tree,