diff options
Diffstat (limited to 'fns.h')
-rw-r--r-- | fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ Term *mkstring(Rune *); /* eval.c */ int evalquery(Term *, Term *, Binding **, Choicepoint **); int unify(Term *, Term *, Binding **); +void applybinding(Term *, Binding *); /* repl.c */ void repl(Term *); |