aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-02 19:15:14 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-02 19:15:14 +0000
commit5e7b58ab94cce08497fef59b167191ed26e055b2 (patch)
tree6563cf3e521c94b62b1ea506ceca042c123f27dd /epan/stats_tree_priv.h
parent28a1c45bfa5ee61502fa137b8da252be31453498 (diff)
Make the declaration of stats_tree_format_node_as_str() match the
definition. svn path=/trunk/; revision=53727
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r--epan/stats_tree_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h
index f47680b758..9a89ac9c6d 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -288,7 +288,7 @@ WS_DLL_PUBLIC GString* stats_tree_format_as_str(const stats_tree* st,
/** helper funcation to add note to formatted stats_tree */
WS_DLL_PUBLIC void stats_tree_format_node_as_str(const stat_node *node,
GString *s,
- guint format,
+ st_format_type format_type,
guint indent,
const gchar *path,
gint maxnamelen,