diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-26 13:23:37 -0400 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-08-26 13:23:37 -0400 |
| commit | 78956339691db1fb0de02e63823dc9100c0cd7e7 (patch) | |
| tree | bf8aef0abcbe2b55d19a3ba04e809c571a2c995e /pk.h.in | |
| parent | 488ee1d60e32502645d4fce9a8261b012ec1ba6a (diff) | |
pkiter: add iterator for pkarr and pkbktarr
Diffstat (limited to 'pk.h.in')
| -rw-r--r-- | pk.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
