diff options
Diffstat (limited to 'src/shared/path-util.h')
-rw-r--r-- | src/shared/path-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/path-util.h b/src/shared/path-util.h index 0a42de7e27..42b4189d77 100644 --- a/src/shared/path-util.h +++ b/src/shared/path-util.h @@ -24,6 +24,7 @@ #include <stdbool.h> #include "macro.h" +#include "time-util.h" #ifdef HAVE_SPLIT_USR # define DEFAULT_PATH "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" @@ -52,6 +53,8 @@ int path_is_os_tree(const char *path); int find_binary(const char *name, char **filename); +bool paths_check_timestamp(char **paths, usec_t *paths_ts_usec, bool update); + /* Iterates through the path prefixes of the specified path, going up * the tree, to root. Also returns "" (and not "/"!) for the root * directory. Excludes the specified directory itself */ |