diff options
Diffstat (limited to 'src/core/collections.h')
-rw-r--r-- | src/core/collections.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/collections.h b/src/core/collections.h index 1191f4c..d60125b 100644 --- a/src/core/collections.h +++ b/src/core/collections.h @@ -44,6 +44,9 @@ void unload_collection_definitions(void); /* Construit un nouvel ensemble de collections. */ GList *create_collections_list(void); +/* Détruit un ensemble de collections. */ +void delete_collections_list(GList **); + #endif /* _ANALYSIS_DB_COLLECTION_H */ |