summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorKacper Gutowski <klg@mmax.one.pl>2018-07-05 03:39:27 +0200
committerBert Münnich <ber.t@posteo.de>2018-07-30 10:28:35 +0200
commite6c9218319b82b875ffb0c15dd88f8f6e77c50e2 (patch)
treef510779fd20d4d7a1affbd9256e8faba46a93da2 /sxiv.h
parent1613b42411788810d73252ac86952b3e66c866ba (diff)
downloadnsxiv-e6c9218319b82b875ffb0c15dd88f8f6e77c50e2.tar.zst
Don't skip dot files when cleaning cache
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sxiv.h b/sxiv.h
index d1acb4c..757674e 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -364,7 +364,7 @@ void error(int, int, const char*, ...);
void size_readable(float*, const char**);
int r_opendir(r_dir_t*, const char*, bool);
int r_closedir(r_dir_t*);
-char* r_readdir(r_dir_t*);
+char* r_readdir(r_dir_t*, bool);
int r_mkdir(char*);