diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-06-04 20:50:18 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-06-04 20:50:24 -0400 |
commit | 58daf39a6c4002a9dd89690d88ce2ec41b2a7ea3 (patch) | |
tree | 1bc3760b30ce8753e5637d97dd8f0929da56c697 /src/libudev/path-util.h | |
parent | 730b8403f9dc3e106379595e5667373f2eedb82e (diff) |
src/libudev/cgroup-util.{c,h}: bring in line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/path-util.h')
-rw-r--r-- | src/libudev/path-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/path-util.h b/src/libudev/path-util.h index 348157fc10..78413c9aa2 100644 --- a/src/libudev/path-util.h +++ b/src/libudev/path-util.h @@ -36,6 +36,7 @@ bool path_equal(const char *a, const char *b) _pure_; char** path_strv_make_absolute_cwd(char **l); char** path_strv_canonicalize(char **l); +char** path_strv_canonicalize_uniq(char **l); int path_is_mount_point(const char *path, bool allow_symlink); int path_is_read_only_fs(const char *path); |