summaryrefslogtreecommitdiff
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-12-02 08:55:38 +0000
committerGuy Harris <guy@alum.mit.edu>2013-12-02 08:55:38 +0000
commitc123b131aedf115076c6ddc67f1bfb1b427c0bd9 (patch)
treefa3972b9f0fab6eaace11c1f2930cb6e978a73c9 /epan/stats_tree_priv.h
parent40b60cbf551c76d8eb1dc411a0712a3df7e08d52 (diff)
downloadwireshark-c123b131aedf115076c6ddc67f1bfb1b427c0bd9.tar.gz
Make the declaration of stats_tree_format_as_str() match the definition.
svn path=/trunk/; revision=53712
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 489beb1c5e..f47680b758 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -281,7 +281,7 @@ WS_DLL_PUBLIC gint stat_node_array_sortcmp (gconstpointer a,
/** function to copy stats_tree into GString. format deternmines output format */
typedef enum { ST_FORMAT_PLAIN, ST_FORMAT_CSV, ST_FORMAT_XML, ST_FORMAT_YAML} st_format_type;
WS_DLL_PUBLIC GString* stats_tree_format_as_str(const stats_tree* st,
- guint format,
+ st_format_type format_type,
gint sort_column,
gboolean sort_descending);