summaryrefslogtreecommitdiffstats
path: root/collection/collection_tools.h
diff options
context:
space:
mode:
authorDmitri Pal <dpal@redhat.com>2010-07-23 14:33:56 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-09-22 14:57:53 -0400
commit2893de11973c4912f4c2a3d40f09ef0823a3f091 (patch)
tree155e6f883f8f6e54779e24d13563b8ef02e15307 /collection/collection_tools.h
parent30eeb8e833570c9117f298005d33e6e238561237 (diff)
downloadding-libs-2893de11973c4912f4c2a3d40f09ef0823a3f091.tar.gz
ding-libs-2893de11973c4912f4c2a3d40f09ef0823a3f091.tar.xz
ding-libs-2893de11973c4912f4c2a3d40f09ef0823a3f091.zip
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 'collection/collection_tools.h')
-rw-r--r--collection/collection_tools.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/collection/collection_tools.h b/collection/collection_tools.h
index eec91ca..586eef1 100644
--- a/collection/collection_tools.h
+++ b/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