diff options
Diffstat (limited to 'contrib/libucl/ucl_hash.h')
-rw-r--r-- | contrib/libucl/ucl_hash.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libucl/ucl_hash.h b/contrib/libucl/ucl_hash.h index 805c8efb2..c2d5517bb 100644 --- a/contrib/libucl/ucl_hash.h +++ b/contrib/libucl/ucl_hash.h @@ -104,4 +104,11 @@ bool ucl_hash_iter_has_next (ucl_hash_t *hashlin, ucl_hash_iter_t iter); */ bool ucl_hash_reserve (ucl_hash_t *hashlin, size_t sz); +/** + * Sorts keys in a hash + * @param hashlin + * @param fl + */ +void ucl_hash_sort (ucl_hash_t *hashlin, enum ucl_object_keys_sort_flags fl); + #endif |