aboutsummaryrefslogtreecommitdiffstats
path: root/epan/proto.h
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2017-03-17 09:45:10 +0100
committerAnders Broman <a.broman58@gmail.com>2017-03-17 10:57:37 +0000
commit0d5d85924c7a721da82f2684e684bceda9d69826 (patch)
tree64d5c7d3261081209217629a15c5ebf57ea7594c /epan/proto.h
parent795b4594434d2e11cea0370d97232df8379d9899 (diff)
[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>
Diffstat (limited to 'epan/proto.h')
-rw-r--r--epan/proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/proto.h b/epan/proto.h
index 633513a7e4..6c41fc8663 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -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,