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