From 8d189d27ccdcc0e7b4842e3588c7ec1b537487b3 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Fri, 25 Feb 2005 05:14:38 +0000 Subject: change to int the return type of manip_stat_node() so that it can be used as a parent svn path=/trunk/; revision=13508 --- epan/stats_tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/stats_tree.h') diff --git a/epan/stats_tree.h b/epan/stats_tree.h index dbeb7c287b..2deb632574 100644 --- a/epan/stats_tree.h +++ b/epan/stats_tree.h @@ -122,7 +122,7 @@ extern int tick_pivot(stats_tree* st, * with_children=TRUE to indicate that the created node will be a parent */ typedef enum _manip_node_mode { MN_INCREASE, MN_SET } manip_node_mode; -extern guint8* manip_stat_node(manip_node_mode mode, +extern int manip_stat_node(manip_node_mode mode, stats_tree* st, const guint8* name, int parent_id, -- cgit v1.2.1