diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2017-05-07 15:21:39 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2017-05-07 15:21:39 +0200 |
| commit | 29381f9e70d122ea4d89d71ea97f42253c528211 (patch) | |
| tree | 14c947844ea4402658bdfdf7e7b4810ed781fd81 /src/setup.h | |
| parent | db3d992febbe703931840e9bdad95c43081694a5 (diff) | |
| download | cataract-29381f9e70d122ea4d89d71ea97f42253c528211.tar.xz | |
jpeg-utils: Allow custom datetime format
The default locale datetime format string may not suit everyone, this
adds possibility to specify custom format. The format string should be
syntactically conforming to strftime(3).
Diffstat (limited to 'src/setup.h')
| -rw-r--r-- | src/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/setup.h b/src/setup.h index 730c035..009566a 100644 --- a/src/setup.h +++ b/src/setup.h @@ -74,6 +74,7 @@ typedef struct { gchar *site_title; gchar *add_copyright; gchar *meta_artist_name; + gchar *datetime_format; gchar *favicon_file; gchar *favicon_type; |
