path-util: there is no function path_parent()

This commit is contained in:
Lennart Poettering 2012-05-08 23:37:25 +02:00
parent a5d87bf0ea
commit 14753f3419
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ int path_get_parent(const char *path, char **parent);
bool path_is_absolute(const char *p);
char *path_make_absolute(const char *p, const char *prefix);
char *path_make_absolute_cwd(const char *p);
int path_parent(const char *path, char **parent);
char *path_kill_slashes(char *path);
bool path_startswith(const char *path, const char *prefix);
bool path_equal(const char *a, const char *b);