summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h
index 5bc0e1a..7fb32bd 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -28,6 +28,7 @@
#define IMG_ORIG_DIR "_orig"
#define SETUP_XML "setup.xml"
+#define DEFAULT_INDEX_FILENAME "index.html"
@@ -44,6 +45,7 @@ typedef struct {
char *template_photo;
char **template_files;
gboolean support_files_use_common_root;
+ char *index_file_name;
char *footer;
char *meta_author;