summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-14 22:30:31 +0200
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-08-14 22:30:31 +0200
commit7dcce8c12fa693471efbae7f2fef8d7b102aacfb (patch)
tree3ee1a110e53a57afecb16dc5360877320a666b74 /setup.h
parent5a020e6640b2723a57176e6596ea665442d53672 (diff)
downloadcataract-7dcce8c12fa693471efbae7f2fef8d7b102aacfb.tar.xz
Treat meta tags in a cleaner way
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 2170a8a..bb988aa 100644
--- a/setup.h
+++ b/setup.h
@@ -37,6 +37,8 @@ typedef struct {
char *footer;
char *meta_author;
+ char *meta_description;
+ char *meta_keywords;
int thumbnail_quality;
unsigned long thumbnail_landscape_width;