summaryrefslogtreecommitdiff
path: root/pk.h.in
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-08-26 13:23:37 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-08-26 13:23:37 -0400
commit78956339691db1fb0de02e63823dc9100c0cd7e7 (patch)
treebf8aef0abcbe2b55d19a3ba04e809c571a2c995e /pk.h.in
parent488ee1d60e32502645d4fce9a8261b012ec1ba6a (diff)
pkiter: add iterator for pkarr and pkbktarr
Diffstat (limited to 'pk.h.in')
-rw-r--r--pk.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pk.h.in b/pk.h.in
index 7e95dd7..52246f9 100644
--- a/pk.h.in
+++ b/pk.h.in
@@ -305,6 +305,9 @@
# ifndef PK_IMPL_EV
# define PK_IMPL_EV
# endif
+# ifndef PK_IMPL_ITER
+# define PK_IMPL_ITER
+# endif
# ifndef PK_IMPL_ARR
# define PK_IMPL_ARR
# endif