summaryrefslogtreecommitdiffstats
path: root/common/collection/collection_tools.h
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-07-23 14:33:56 -0400
committerDmitri Pal <dpal@redhat.com>2010-08-10 12:51:32 -0400
commita1935263ae19d2161b1e425135864c7edb9efe49 (patch)
tree1aa3effc6bc353bf7239fad55727487f6b35b2f1 /common/collection/collection_tools.h
parent85acfe3f0e53db93a741040d12642083260664f6 (diff)
downloadsssd-a1935263ae19d2161b1e425135864c7edb9efe49.tar.gz
sssd-a1935263ae19d2161b1e425135864c7edb9efe49.tar.xz
sssd-a1935263ae19d2161b1e425135864c7edb9efe49.zip
[COLLECTION] Allow destroying collection with a callback
Addresses ticket #572 Bumps the library and interface version. Updates the docs. [COLLECTION] Changed callback signature
Diffstat (limited to 'common/collection/collection_tools.h')
-rw-r--r--common/collection/collection_tools.h4
1 files changed, 4 insertions, 0 deletions
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