summaryrefslogtreecommitdiffstats
path: root/collection/collection_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'collection/collection_priv.h')
-rw-r--r--collection/collection_priv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/collection/collection_priv.h b/collection/collection_priv.h
index 699479a..767514b 100644
--- a/collection/collection_priv.h
+++ b/collection/collection_priv.h
@@ -71,4 +71,11 @@ struct collection_header {
unsigned cclass;
};
+/* Internal function to allocate item */
+int col_allocate_item(struct collection_item **ci,
+ const char *property,
+ const void *item_data,
+ int length,
+ int type);
+
#endif