diff options
author | Bert <ber.t@gmx.com> | 2011-04-11 08:52:07 +0200 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-04-11 08:52:07 +0200 |
commit | bac610ddc486fba1f6d40cd5a9a95fbb2bc6c8e5 (patch) | |
tree | c8f678d0a0926c30cd211807b1aa2f3c612304fc /options.h | |
parent | b2f1b997ed60a40ffb9c0964ed0716c375b30072 (diff) | |
parent | dd9e5dabb155fb9bb06d5a8e5fd6717df1751762 (diff) |
Merge branch 'tcache'
Conflicts:
main.c
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; |