summaryrefslogtreecommitdiffstats
path: root/collection/collection_stack.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_stack.h
parent30eeb8e833570c9117f298005d33e6e238561237 (diff)
downloadding-libs2-2893de11973c4912f4c2a3d40f09ef0823a3f091.tar.gz
ding-libs2-2893de11973c4912f4c2a3d40f09ef0823a3f091.tar.xz
ding-libs2-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_stack.h')
-rw-r--r--collection/collection_stack.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/collection/collection_stack.h b/collection/collection_stack.h
index f9b0130..1a7c470 100644
--- a/collection/collection_stack.h
+++ b/collection/collection_stack.h
@@ -322,4 +322,7 @@ int col_push_item(struct collection_item *stack,
int col_pop_item(struct collection_item *stack,
struct collection_item **item);
+/**
+ * @}
+ */
#endif