summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-07 21:46:27 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2009-03-07 21:46:27 +0100
commit0f3fcf7c383271a3762b52e38309bc18fca49aec (patch)
tree50587cfd0f39fa932cadb4d6703d847c2220224c /src/setup.h
parent895513e06150927cf5db6600ca164bdae15d4d75 (diff)
downloadcataract-0f3fcf7c383271a3762b52e38309bc18fca49aec.tar.xz
Favicon support
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index 111e9b1..cba4278 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -73,6 +73,9 @@ typedef struct {
char *site_title;
char *add_copyright;
gboolean use_inpage_links;
+
+ char *favicon_file;
+ char *favicon_type;
} TGallerySetup;