summaryrefslogtreecommitdiffstats
path: root/collection/collection_tools.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:31:41 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-04-06 15:59:21 -0400
commit8fc0b32ffa899a5cf33bee498388ed452042ccd2 (patch)
tree99de838b63ea8a2d08d7223cf6be935fa36f2c2a /collection/collection_tools.h
parente54786d970c3a4643644b99f7b5f0d4332d7db5d (diff)
downloadding-libs2-8fc0b32ffa899a5cf33bee498388ed452042ccd2.tar.gz
ding-libs2-8fc0b32ffa899a5cf33bee498388ed452042ccd2.tar.xz
ding-libs2-8fc0b32ffa899a5cf33bee498388ed452042ccd2.zip
Clean up a lot of warnings in Collection and INI parser
Diffstat (limited to 'collection/collection_tools.h')
-rw-r--r--collection/collection_tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/collection/collection_tools.h b/collection/collection_tools.h
index 726f21c..d2ae238 100644
--- a/collection/collection_tools.h
+++ b/collection/collection_tools.h
@@ -91,6 +91,9 @@ int debug_collection(struct collection_item *handle,int flag);
/* Print the collection using default serialization */
int print_collection(struct collection_item *handle);
+/* Print the collection using iterator */
+int print_collection2(struct collection_item *handle);
+
/* Find and print one item using default serialization */
int print_item(struct collection_item *handle, char *name);