diff options
author | Bert <ber.t@gmx.com> | 2011-04-08 14:44:00 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-04-08 14:44:00 +0200 |
commit | dc54981a68589c719937c82c36eeb9247d915a81 (patch) | |
tree | f163939891a0bb27029c209eaa01aff805272c88 /options.h | |
parent | eee921efe0959251daec3d23e652b4f3a924df92 (diff) |
New option: -C, clean thumbnail cache
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ typedef struct { unsigned char all; unsigned char quiet; + unsigned char clean_cache; unsigned char recursive; } options_t; |