summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
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;