summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'items.h')
-rw-r--r--items.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/items.h b/items.h
index 3c3286f..528d71e 100644
--- a/items.h
+++ b/items.h
@@ -81,5 +81,9 @@ void free_album_data (TAlbum *index);
*/
int get_album_objects_count (const char *filename);
+/*
+ * get_album_titles: retrieve title, description and first thumbnail from specified album
+ */
+void get_album_titles (const char *filename, char **title, char **description, char **thumbnail);
#endif /* __ITEMS_H__ */