aboutsummaryrefslogtreecommitdiffstats
path: root/epan/stats_tree_priv.h
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-02-20 17:43:38 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-02-20 17:43:38 +0000
commit9b02a501cd6ef8bbf91964373e9edebf75b87dd5 (patch)
tree65a54195f7355e96afed4fcb40c2a09fc63e70f0 /epan/stats_tree_priv.h
parentb65e9739d29e6ccaba833986088f10d32405475d (diff)
Fixes few things during reinitialization with gtk2 (it doesn't crash anymore),
there are still problems at reinit (gtk2 node->pr warns about an iterator not been OK) set up propperties of the given files svn path=/trunk/; revision=13448
Diffstat (limited to 'epan/stats_tree_priv.h')
-rw-r--r--epan/stats_tree_priv.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/epan/stats_tree_priv.h b/epan/stats_tree_priv.h
index 893269c017..b3813d5194 100644
--- a/epan/stats_tree_priv.h
+++ b/epan/stats_tree_priv.h
@@ -2,7 +2,7 @@
* implementor's API for stats_tree
* 2005, Luis E. G. Ontanon
*
- * $Id: $
+ * $Id$
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -142,7 +142,10 @@ extern void stats_tree_presentation(void (*registry_iterator)(gpointer,gpointer,
extern int stats_tree_packet(void*, packet_info*, epan_dissect_t*, const void *);
/* callback for reset */
-extern void reset_stats_tree(void*);
+extern void reset_stats_tree(void* p_st);
+
+/* callback for clear */
+extern void reinit_stats_tree(void* p_st);
/* callback for destoy */
extern void free_stats_tree(stats_tree* st);