diff options
Diffstat (limited to 'fns.h')
-rw-r--r-- | fns.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ Clause *copyclause(Clause *, uvlong *); int evalquery(Term *, Binding **); int unify(Term *, Term *, Binding **); void applybinding(Term *, Binding *); +Goal *addgoals(Goal *, Term *, Module *); /* repl.c */ void repl(void); |