summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-08 14:44:00 +0200
committerBert <ber.t@gmx.com>2011-04-08 14:44:00 +0200
commitdc54981a68589c719937c82c36eeb9247d915a81 (patch)
treef163939891a0bb27029c209eaa01aff805272c88 /options.h
parenteee921efe0959251daec3d23e652b4f3a924df92 (diff)
downloadnsxiv-dc54981a68589c719937c82c36eeb9247d915a81.tar.zst
New option: -C, clean thumbnail cache
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 c32b50a..b7b8ba5 100644
--- a/options.h
+++ b/options.h
@@ -37,6 +37,7 @@ typedef struct {
unsigned char all;
unsigned char quiet;
+ unsigned char clean_cache;
unsigned char recursive;
} options_t;