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 2a7565f..ef1785b 100644
--- a/apl9.h
+++ b/apl9.h
@@ -349,6 +349,8 @@ Array *fnExcluding(Array *, Array *);
Array *fnCatenateLast(Array *, Array *);
Array *fnCatenateFirst(Array *, Array *);
Array *fnReshape(Array *, Array *);
+Array *fnRotateLast(Array *, Array *);
+Array *fnRotateFirst(Array *, Array *);
Array *fnSelfReference2(Array *, Array *);
/* Monadic operators from operators.c */