summaryrefslogtreecommitdiffstats
path: root/util.h
diff options
context:
space:
mode:
authorBert Münnich <ber.t@posteo.de>2015-10-28 21:52:41 +0100
committerBert Münnich <ber.t@posteo.de>2015-10-28 21:52:41 +0100
commit9a7e97cd89b307ecc0cd2f304919b576cb5704d1 (patch)
treef1465f286d2cec6f5bdbdf18ffbf662cdeb181b8 /util.h
parent66c3c55759a7ee23af75657215a2fd0e1aa39558 (diff)
downloadnsxiv-9a7e97cd89b307ecc0cd2f304919b576cb5704d1.tar.zst
Use XSI realpath(3)
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util.h b/util.h
index 692abba..c0ac98f 100644
--- a/util.h
+++ b/util.h
@@ -70,8 +70,6 @@ void die(const char*, ...);
void size_readable(float*, const char**);
-char* absolute_path(const char*);
-
int r_opendir(r_dir_t*, const char*);
int r_closedir(r_dir_t*);
char* r_readdir(r_dir_t*);