summaryrefslogtreecommitdiffstats
path: root/collection/collection_tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'collection/collection_tools.h')
-rw-r--r--collection/collection_tools.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/collection/collection_tools.h b/collection/collection_tools.h
index defc4aa..a8d13f7 100644
--- a/collection/collection_tools.h
+++ b/collection/collection_tools.h
@@ -98,4 +98,10 @@ int print_collection2(struct collection_item *handle);
/* Find and print one item using default serialization */
int print_item(struct collection_item *handle, char *name);
+/* Convert collection to list of properties */
+char **collection_to_list(struct collection_item *handle, int *size, int *error);
+
+/* Function to free the list of properties. */
+void free_property_list(char **str_list);
+
#endif