From 1f23ec2d050976d6f2dafd545302e9be3f821c81 Mon Sep 17 00:00:00 2001 From: madblobfish Date: Sat, 27 Oct 2018 17:48:11 +0200 Subject: Revert "Add resolve_path() to utils" This reverts commit c9694ee63d451da62dc50b234b3080a35a40e844. --- include/util.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index c39c92b1..56ca2eb8 100644 --- a/include/util.h +++ b/include/util.h @@ -59,13 +59,4 @@ uint32_t parse_color(const char *color); */ bool parse_boolean(const char *boolean, bool current); -/** - * Given a path string, recurseively resolves any symlinks to their targets - * (which may be a file, directory) and returns the result. - * argument is returned. Caller must free the returned buffer. - * If an error occures, if the path does not exist or if the path corresponds - * to a dangling symlink, NULL is returned. - */ -char* resolve_path(const char* path); - #endif -- cgit v1.2.3-54-g00ecf