summaryrefslogtreecommitdiffstats
path: root/options.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-11 08:52:07 +0200
committerBert <ber.t@gmx.com>2011-04-11 08:52:07 +0200
commitbac610ddc486fba1f6d40cd5a9a95fbb2bc6c8e5 (patch)
treec8f678d0a0926c30cd211807b1aa2f3c612304fc /options.h
parentb2f1b997ed60a40ffb9c0964ed0716c375b30072 (diff)
parentdd9e5dabb155fb9bb06d5a8e5fd6717df1751762 (diff)
downloadnsxiv-bac610ddc486fba1f6d40cd5a9a95fbb2bc6c8e5.tar.zst
Merge branch 'tcache'
Conflicts: main.c
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;