aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2018-10-27 17:48:11 +0200
committerFurkan Sahin <furkan-dev@proton.me>2018-10-27 17:48:11 +0200
commit95060f3507fe0e033eb6e64c881a4782ef995d18 (patch)
tree25c6eb676df0e90303dd659f03364d77c4febe15 /include
parent25e3c866504caa90e52e6f30a568f6486f137f67 (diff)
Revert "Add resolve_path() to utils"
This reverts commit 619145b12ce433feceacded9eed1da4ac6f145a5.
Diffstat (limited to 'include')
-rw-r--r--include/util.h9
1 files changed, 0 insertions, 9 deletions
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