From 99fd65baf0b14356812ddc6881fd3fe2b996bd3b Mon Sep 17 00:00:00 2001 From: Marius Nita Date: Mon, 14 Apr 2003 06:47:44 +0000 Subject: cleanups and such --- obcl/obcl.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'obcl/obcl.h') diff --git a/obcl/obcl.h b/obcl/obcl.h index a940e89d..1002964d 100644 --- a/obcl/obcl.h +++ b/obcl/obcl.h @@ -28,11 +28,12 @@ typedef struct CLNode { } CLNode; -void free_cl_tree(GList *tree); GList *cl_parse(gchar *file); GList *cl_parse_fh(FILE *file); -void cl_print_tree(GList *tree, int depth); -GList *parse_file(FILE *fh); +void cl_tree_free(GList *tree); +void cl_tree_print(GList *tree, int depth); + +void cl_tree_process(GList *tree); #endif /* __obcl_h */ -- cgit v1.2.3