summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-10 18:41:20 +0200
committerBert <ber.t@gmx.com>2011-09-10 18:41:20 +0200
commit510512714df01110cf42cb2a11d944f55297c5cc (patch)
tree38a7393df90254e9d89e80c37c9ae4a16eb58b6b /util.h
parent79d780a701e47ea1aacf49728e28900bb2b17743 (diff)
downloadnsxiv-510512714df01110cf42cb2a11d944f55297c5cc.tar.zst
Added slideshow support
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 cc4da88..8155613 100644
--- a/util.h
+++ b/util.h
@@ -65,6 +65,7 @@ void die(const char*, ...);
ssize_t get_line(char**, size_t*, FILE*);
void size_readable(float*, const char**);
+void time_readable(float*, const char**);
char* absolute_path(const char*);