summaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/fns.h b/fns.h
index 92794bf..b8e92ca 100644
--- a/fns.h
+++ b/fns.h
@@ -1,5 +1,5 @@
/* parser.c */
-Term *parse(int);
+Term *parse(int, int);
/* prettyprint.c */
Rune *prettyprint(Term *);
@@ -14,4 +14,7 @@ Term *mkcompound(Rune *, int, Term *);
Term *mknumber(int, vlong, double);
/* eval.c */
-void evalquery(Term *, Term *); \ No newline at end of file
+int evalquery(Term *, Term *, Binding **);
+
+/* repl.c */
+void repl(Term *); \ No newline at end of file