summaryrefslogtreecommitdiff
path: root/apl9.h
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-10 17:14:51 +0000
committerglenda <glenda@cirno>2022-09-10 17:14:51 +0000
commita1a9641baeab04b954420122b6fd1c9428a757b5 (patch)
tree1d41db19a169d3d6d130841750968ccb3e974a85 /apl9.h
parente2ebfbb7d19ff3b990eb51dc9843200053cbbf98 (diff)
Try some more
Diffstat (limited to 'apl9.h')
-rw-r--r--apl9.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apl9.h b/apl9.h
index 1f9c8a7..3349cb7 100644
--- a/apl9.h
+++ b/apl9.h
@@ -329,7 +329,7 @@ Array *runtrain(Function *, int, Array *, Array *, Array *);
/* quadnames.c */
void initquadnames(void);
Datum *quadnamedatum(QuadnameDef);
-void setquad(Datum *);
+void outputmain(Datum *);
Array *runfile(Array *);
/* error.c */