From 9a7e97cd89b307ecc0cd2f304919b576cb5704d1 Mon Sep 17 00:00:00 2001 From: Bert Münnich Date: Wed, 28 Oct 2015 21:52:41 +0100 Subject: Use XSI realpath(3) --- util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'util.h') 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*); -- cgit v1.2.3