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 1348d23..3181fcb 100644
--- a/apl9.h
+++ b/apl9.h
@@ -360,6 +360,8 @@ Array *opObverse(Datum *, Datum *, Array *, Array *);
Array *opSelfReference2(Datum *, Datum *, Array *, Array *);
/* Dyadic functions from hybrids.c */
+Array *fnReplicateLast(Array *, Array *);
+Array *fnReplicateFirst(Array *, Array *);
/* Monadic operators from hybrids.c */
Array *opReduceLast(Datum *, Array *, Array *);