summaryrefslogtreecommitdiff
path: root/src/tree.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@colm.net>2017-07-20 14:47:02 -0400
committerAdrian Thurston <thurston@colm.net>2017-07-20 14:47:02 -0400
commita6f9b796b14061f02c8a813c4c3c4687d592c7dc (patch)
tree83b6dea9777cd89c64148dbe1deac04e790a9274 /src/tree.h
parentd682562dc2871de8ca925cc52a8fedc288a73ade (diff)
downloadcolm-a6f9b796b14061f02c8a813c4c3c4687d592c7dc.tar.gz
split tree print code out to it's own file
Diffstat (limited to 'src/tree.h')
-rw-r--r--src/tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tree.h b/src/tree.h
index 38d380d1..615124ea 100644
--- a/src/tree.h
+++ b/src/tree.h
@@ -370,6 +370,8 @@ str_t *string_suffix( program_t *prg, str_t *str, long pos );
head_t *string_alloc_full( struct colm_program *prg, const char *data, long length );
tree_t *construct_string( struct colm_program *prg, head_t *s );
+void free_kid_list( program_t *prg, kid_t *kid );
+
#if defined(__cplusplus)
}
#endif