summaryrefslogtreecommitdiff
path: root/items.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-10 17:21:59 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-10 17:21:59 +0200
commitd37bcc1685bf3e9c1583959ef3e96f59beb055d0 (patch)
tree925c5769269473e6a031f2ecd324aa6af1c712a0 /items.h
parente291c5c25b81c9e944523227ea55f7f96e2472ca (diff)
downloadcataract-d37bcc1685bf3e9c1583959ef3e96f59beb055d0.tar.xz
Support for footnotes
Diffstat (limited to 'items.h')
-rw-r--r--items.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/items.h b/items.h
index c6143ca..b3ebf39 100644
--- a/items.h
+++ b/items.h
@@ -32,6 +32,7 @@ typedef struct {
char *ID;
char *title;
char *desc;
+ char *footnote;
GPtrArray *items;
char *base_dir;
void *parent_index; // pointer to the parent TAlbum structure