diff options
author | Antti Korpi <an@cyan.io> | 2017-07-13 01:15:51 +0100 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2017-09-08 22:04:44 +0200 |
commit | ecc363ec10dec864dd2c956b478549ff235fb3d6 (patch) | |
tree | 8aadf336f60d6c7e54fee3351ad23122e53821b8 /options.h | |
parent | 20009c240bb7d22d9b7844c0868d21f34e2fbd2d (diff) |
Add -p flag to disable writing of cache and temporary files
Closes #285.
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ typedef struct { bool quiet; bool thumb_mode; bool clean_cache; + bool private_mode; } options_t; extern const options_t *options; |