summaryrefslogtreecommitdiff
path: root/src/helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper.h')
-rw-r--r--src/helper.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/helper.h b/src/helper.h
index 37cd7fd..2f4933a 100644
--- a/src/helper.h
+++ b/src/helper.h
@@ -84,4 +84,10 @@ void print_forest_node(struct CForest *forest, unsigned char *node);
void print_node(struct CForest *forest, uint64_t node);
+void print_forest(struct UnsignedVec *forest_vec,
+ struct SignedVec *error_vec,
+ char *filename);
+
+void print_forest_file(char *filename, char *output_filename);
+
#endif