aboutsummaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorAntti Korpi <an@cyan.io>2017-07-13 02:15:51 +0200
committerBert Münnich <ber.t@posteo.de>2017-09-08 22:04:44 +0200
commitecc363ec10dec864dd2c956b478549ff235fb3d6 (patch)
tree8aadf336f60d6c7e54fee3351ad23122e53821b8 /options.h
parent20009c240bb7d22d9b7844c0868d21f34e2fbd2d (diff)
downloadnsxiv-ecc363ec10dec864dd2c956b478549ff235fb3d6.tar.zst
Add -p flag to disable writing of cache and temporary files
Closes #285.
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index c9879f3..53153da 100644
--- a/options.h
+++ b/options.h
@@ -50,6 +50,7 @@ typedef struct {
bool quiet;
bool thumb_mode;
bool clean_cache;
+ bool private_mode;
} options_t;
extern const options_t *options;