summaryrefslogtreecommitdiff
path: root/src/libudev/path-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libudev/path-util.h')
-rw-r--r--src/libudev/path-util.h1
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);