diff options
author | Marvin Borner | 2023-04-13 16:44:53 +0200 |
---|---|---|
committer | Marvin Borner | 2023-04-13 16:44:53 +0200 |
commit | 43996255f614ac57deb2fc0666f221853c60b343 (patch) | |
tree | 0d7837a2522ded082a17722f7b51fd305918bac4 /inc/print.h | |
parent | 3fec61c52b2636397012b82219e1ae5d19fc9fc0 (diff) |
Options and fixes
Diffstat (limited to 'inc/print.h')
-rw-r--r-- | inc/print.h | 2 |
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 |