diff options
| author | Marius Nita <marius@cs.pdx.edu> | 2003-04-14 06:47:44 +0000 |
|---|---|---|
| committer | Marius Nita <marius@cs.pdx.edu> | 2003-04-14 06:47:44 +0000 |
| commit | 99fd65baf0b14356812ddc6881fd3fe2b996bd3b (patch) | |
| tree | a47931b34177695a4e22f0ff0e2c2beeeed1150d /obcl/obcl.h | |
| parent | 7aae14e9b83242c2778e57c069fb8f299b8172f3 (diff) | |
cleanups and such
Diffstat (limited to 'obcl/obcl.h')
| -rw-r--r-- | obcl/obcl.h | 7 |
1 files changed, 4 insertions, 3 deletions
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 */ |
