summaryrefslogtreecommitdiff
path: root/src/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-07 15:12:50 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-07 15:12:50 +0100
commit895513e06150927cf5db6600ca164bdae15d4d75 (patch)
treeff678c88754cfb6b966a463b04480665fdbf7504 /src/items.h
parentaaeb9af232372ea8001fe9e71faf100f4fd34886 (diff)
downloadcataract-895513e06150927cf5db6600ca164bdae15d4d75.tar.xz
Support for extra (enclosed) files in albums [code]
Diffstat (limited to 'src/items.h')
-rw-r--r--src/items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/items.h b/src/items.h
index 9fd6822..0b053b9 100644
--- a/src/items.h
+++ b/src/items.h
@@ -53,6 +53,7 @@ typedef struct {
char *meta_keywords;
gboolean nofullsize;
gboolean fullsize;
+ char **extra_files;
} TAlbum;
typedef struct {