summaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fns.h b/fns.h
index 70a1d96..92794bf 100644
--- a/fns.h
+++ b/fns.h
@@ -5,7 +5,7 @@ Term *parse(int);
Rune *prettyprint(Term *);
/* misc.c */
-Term *copyterm(Term *);
+Term *copyterm(Term *, uvlong *);
Term *appendterm(Term *, Term *);
int termslength(Term *);
Term *mkatom(Rune *);