From ecc363ec10dec864dd2c956b478549ff235fb3d6 Mon Sep 17 00:00:00 2001 From: Antti Korpi Date: Thu, 13 Jul 2017 01:15:51 +0100 Subject: Add -p flag to disable writing of cache and temporary files Closes #285. --- options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options.h') 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; -- cgit v1.2.3-54-g00ecf