--- a/src/server/util/pblock.h Fri Feb 06 19:37:41 2026 +0100 +++ b/src/server/util/pblock.h Thu Feb 12 11:20:43 2026 +0100 @@ -67,6 +67,8 @@ #define BASE_DLL #endif +#include <cx/iterator.h> + #ifdef INTNSAPI /* --- Begin function prototypes --- */ @@ -348,6 +350,8 @@ #define PARAM_KEY(pp) *(const pb_key **)((pp) + 1) /* new */ +NSAPI_PUBLIC CxIterator pblock_iterator(pblock *pb); + #ifdef __cplusplus } #endif