aboutsummaryrefslogtreecommitdiff
path: root/inc/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/term.h')
-rw-r--r--inc/term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/term.h b/inc/term.h
index 8fbdad7..4f6f5ce 100644
--- a/inc/term.h
+++ b/inc/term.h
@@ -31,6 +31,7 @@ struct term *duplicate_term(struct term *term);
int alpha_equivalency(struct term *a, struct term *b);
void free_term(struct term *term);
void print_term(struct term *term);
+void print_blc(struct term *term);
void print_scheme(struct term *term);
#endif