diff --git a/src/sf_types.h b/src/sf_types.h index 2f86411..997adba 100644 --- a/src/sf_types.h +++ b/src/sf_types.h @@ -182,4 +182,10 @@ typedef struct sf_connection_parameters { struct idempotency_client_channel *channel; } SFConnectionParameters; +typedef struct sf_key_value_array { + key_value_pair_t *elts; + int count; + int alloc; +} SFKeyValueArray; + #endif