aboutsummaryrefslogtreecommitdiff
path: root/inc/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/parse.h')
-rw-r--r--inc/parse.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/parse.h b/inc/parse.h
index fc5ffb2..c36f296 100644
--- a/inc/parse.h
+++ b/inc/parse.h
@@ -5,6 +5,7 @@
#include <term.h>
-struct term *parse(const char *term);
+struct term *parse_blc(const char *term);
+struct term *parse_bruijn(const char *term);
#endif