summaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fns.h b/fns.h
index f3d9ebd..e2785ac 100644
--- a/fns.h
+++ b/fns.h
@@ -69,9 +69,10 @@ void reposition(Term *, vlong);
/* module.c */
void initmodules(void);
-Module *parsemodule(char *);
+int addtousermod(char *);
Module *getmodule(Rune *);
Module *addemptymodule(Rune *);
+void removemodule(Rune *);
Clause *appendclause(Clause *, Clause *);
Predicate *appendpredicate(Predicate *, Predicate *);
Operator *getoperator(Rune *, Module *);