aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree.h
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2017-02-05 23:00:51 +0100
committerDario Lombardo <lomato@gmail.com>2017-02-07 15:28:15 +0000
commitc31b8da7214496d1469abe9b7eee8a6834df1ddf (patch)
tree23e396f4110ab301ccc187491967efbdcd55f443 /epan/stats_tree.h
parenta2ce68451ebbe8ad67e5bf07ec98de95120c1b8c (diff)
stats_tree: add cleanup function.
Change-Id: Iefd264bdd79af172c245c3a30119999cca9d56c0 Reviewed-on: https://code.wireshark.org/review/19976 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Dario Lombardo <lomato@gmail.com>
Diffstat (limited to 'epan/stats_tree.h')
-rw-r--r--epan/stats_tree.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/stats_tree.h b/epan/stats_tree.h
index ed88fbaa03..615ca33de0 100644
--- a/epan/stats_tree.h
+++ b/epan/stats_tree.h
@@ -182,6 +182,9 @@ WS_DLL_PUBLIC int stats_tree_tick_pivot(stats_tree *st,
int pivot_id,
const gchar *pivot_value);
+extern void stats_tree_cleanup(void);
+
+
/*
* manipulates the value of the node whose name is given
* if the node does not exist yet it's created (with counter=1)