aboutsummaryrefslogtreecommitdiff
path: root/include/npassd
diff options
context:
space:
mode:
Diffstat (limited to 'include/npassd')
-rw-r--r--include/npassd/collection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/npassd/collection.h b/include/npassd/collection.h
index 36d6b72..40c100f 100644
--- a/include/npassd/collection.h
+++ b/include/npassd/collection.h
@@ -16,6 +16,7 @@ struct collection {
LIST_HEAD(collection_dlist, collection);
+void collection_free(struct collection *c);
int collection_new(sd_bus *bus, struct sqlite3 *db, struct collection **p,
const char *alias, const char *label, const char *root);
int collection_root_make(const char *label, const char *alias, char **root);