summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/apl9.h b/apl9.h
index ce30be9..cc4051c 100644
--- a/apl9.h
+++ b/apl9.h
@@ -329,6 +329,8 @@ Array *runtrain(Function *, int, Array *, Array *, Array *);
/* quadnames.c */
void initquadnames(void);
Datum *quadnamedatum(QuadnameDef);
+void setquotequad(Datum *);
+Array *runfile(Array *);
/* error.c */
ErrorGuard *newerrorguard(Array *, Statement *);