summaryrefslogtreecommitdiff
path: root/gcc/et-forest.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/et-forest.h')
-rw-r--r--gcc/et-forest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/et-forest.h b/gcc/et-forest.h
index ccf5aff852c..1de715f40b5 100644
--- a/gcc/et-forest.h
+++ b/gcc/et-forest.h
@@ -74,6 +74,7 @@ struct et_node
struct et_node *et_new_tree (void *data);
void et_free_tree (struct et_node *);
void et_free_tree_force (struct et_node *);
+void et_free_pools (void);
void et_set_father (struct et_node *, struct et_node *);
void et_split (struct et_node *);
struct et_node *et_nca (struct et_node *, struct et_node *);