summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-07 17:29:59 +0200
committerBert <ber.t@gmx.com>2011-04-07 17:29:59 +0200
commit92709b2b2f579300b1c007e5a3ba869e78fcc922 (patch)
tree52b7f876bb19d342eeee01d0a1fb3dcb22742005 /util.h
parentf52a99db6c1f0a659934a50ae4a4ef8085ee3752 (diff)
downloadnsxiv-92709b2b2f579300b1c007e5a3ba869e78fcc922.tar.zst
Use directory structure in cache dir
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util.h b/util.h
index e3cdef9..b6efd5a 100644
--- a/util.h
+++ b/util.h
@@ -44,6 +44,7 @@ void die(const char*, ...);
void size_readable(float*, const char**);
char* absolute_path(const char*);
+int create_dir_rec(const char*);
char* readline(FILE*);