summaryrefslogtreecommitdiffstats
path: root/thumbs.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 /thumbs.h
parenteee921efe0959251daec3d23e652b4f3a924df92 (diff)
downloadnsxiv-dc54981a68589c719937c82c36eeb9247d915a81.tar.zst
New option: -C, clean thumbnail cache
Diffstat (limited to 'thumbs.h')
-rw-r--r--thumbs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thumbs.h b/thumbs.h
index 60e7e7b..4a8af09 100644
--- a/thumbs.h
+++ b/thumbs.h
@@ -52,6 +52,8 @@ typedef struct {
unsigned char dirty;
} tns_t;
+void tns_clear_cache(tns_t*);
+
void tns_init(tns_t*, int);
void tns_free(tns_t*, win_t*);