aboutsummaryrefslogtreecommitdiff
path: root/inc/print.h
diff options
context:
space:
mode:
authorMarvin Borner2023-04-13 16:44:53 +0200
committerMarvin Borner2023-04-13 16:44:53 +0200
commit43996255f614ac57deb2fc0666f221853c60b343 (patch)
tree0d7837a2522ded082a17722f7b51fd305918bac4 /inc/print.h
parent3fec61c52b2636397012b82219e1ae5d19fc9fc0 (diff)
Options and fixes
Diffstat (limited to 'inc/print.h')
-rw-r--r--inc/print.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/print.h b/inc/print.h
index 9885f57..30f67d4 100644
--- a/inc/print.h
+++ b/inc/print.h
@@ -5,8 +5,10 @@
#define BLOC_PRINT_H
#include <term.h>
+#include <parse.h>
void print_bruijn(struct term *term);
void print_blc(struct term *term);
+void print_bloc(struct bloc_parsed *bloc);
#endif