summaryrefslogtreecommitdiff
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-07-12 01:48:24 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-07-12 01:48:24 +0000
commitc50b4aec09045426bf0f1128ebcbcec89a6b99c8 (patch)
tree0d1aa7b1f115345acaa3a4d5af41e16d546b7e2d /epan/stats_tree_priv.h
parent71c1e4faf015c565e543b78b7324b6eb6d528f07 (diff)
downloadwireshark-c50b4aec09045426bf0f1128ebcbcec89a6b99c8.tar.gz
More (mostly stats tree) unsigned->signed char cleanup
svn path=/trunk/; revision=25717
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 */