summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-04-07 19:15:00 +0200
committerBert <ber.t@gmx.com>2011-04-07 19:15:00 +0200
commite9996882cb55c5b6974a3448f29bda32d6aa373d (patch)
tree28585b374cc4b09443449ec767b67e0c954cd7eb /util.h
parent7d40faeba6076477645e36034b58e4bf82d4a96c (diff)
downloadnsxiv-e9996882cb55c5b6974a3448f29bda32d6aa373d.tar.zst
Moved read_dir_rec into util.c
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util.h b/util.h
index b6efd5a..34e9b18 100644
--- a/util.h
+++ b/util.h
@@ -44,7 +44,9 @@ void die(const char*, ...);
void size_readable(float*, const char**);
char* absolute_path(const char*);
+
int create_dir_rec(const char*);
+char** read_dir_rec(const char*);
char* readline(FILE*);