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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/path-util.h b/src/libudev/path-util.h
index 0b7577ff4f..eea7589d00 100644
--- a/src/libudev/path-util.h
+++ b/src/libudev/path-util.h
@@ -35,5 +35,5 @@ char** path_strv_canonicalize(char **l);
char** path_strv_canonicalize_uniq(char **l);
int path_is_mount_point(const char *path, bool allow_symlink);
+bool paths_check_timestamp(const char* const* paths, usec_t *paths_ts_usec, bool update);
-bool paths_check_timestamp(char **paths, usec_t *paths_ts_usec, bool update);