From a1935263ae19d2161b1e425135864c7edb9efe49 Mon Sep 17 00:00:00 2001 From: Dmitri Pal Date: Fri, 23 Jul 2010 14:33:56 -0400 Subject: [COLLECTION] Allow destroying collection with a callback Addresses ticket #572 Bumps the library and interface version. Updates the docs. [COLLECTION] Changed callback signature --- common/collection/collection_tools.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common/collection/collection_tools.h') diff --git a/common/collection/collection_tools.h b/common/collection/collection_tools.h index eec91ca..586eef1 100644 --- a/common/collection/collection_tools.h +++ b/common/collection/collection_tools.h @@ -265,4 +265,8 @@ char **col_collection_to_list(struct collection_item *handle, */ void col_free_property_list(char **str_list); +/** + * @} + */ + #endif -- cgit