aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-12 01:48:24 +0000
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-12 01:48:24 +0000
commit8408d3c5af1716659e4662a363c2aa2693867254 (patch)
tree0d1aa7b1f115345acaa3a4d5af41e16d546b7e2d /epan/stats_tree_priv.h
parent844a696d55db9327a34403d347789f88570dccb7 (diff)
More (mostly stats tree) unsigned->signed char cleanup
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25717 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r--epan/stats_tree_priv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h
index 5c4a2d3c75..304746b322 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -181,9 +181,9 @@ extern stats_tree_cfg *stats_tree_get_cfg_by_abbr(gchar *abbr);
the buffers given by value, rate and precent
if NULL they are ignored */
extern void stats_tree_get_strs_from_node(const stat_node *node,
- guint8 *value,
- guint8 *rate,
- guint8 *percent);
+ gchar *value,
+ gchar *rate,
+ gchar *percent);
/* populates the given GString with a tree representation of a branch given by node,
using indent spaces as indentation */