diff options
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 2356620..6bc25cb 100644 --- a/src/setup.h +++ b/src/setup.h @@ -26,6 +26,7 @@ #define DEFAULT_THUMBNAIL_DIR "_thumb" #define DEFAULT_IMG_BIG_DIR "_big" #define DEFAULT_IMG_ORIG_DIR "_orig" +#define DEFAULT_THUMBNAIL_NAME_FORMAT "thn_%d_%s" #define SETUP_XML "setup.xml" #define DEFAULT_INDEX_FILENAME "index.html" @@ -50,6 +51,7 @@ typedef struct { char *thumbnail_dir; char *img_big_dir; char *img_orig_dir; + char *thumbnail_name_format; char *footer; char *meta_author; |
