diff options
author | Kay Sievers <kay@vrfy.org> | 2012-05-07 13:20:29 +0200 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-05-07 13:20:29 +0200 |
commit | 0a1a17aa2d9112470124ef5afb9314343777dc29 (patch) | |
tree | 414415282b8c18ab577d7dbfadc10a76328e2186 /src/shared/util.h | |
parent | cd9556cc84523e2d515a8be2648e2a50fb6b2144 (diff) |
conf_files_list(): split out conf_files_list_strv()
Diffstat (limited to 'src/shared/util.h')
-rw-r--r-- | src/shared/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/util.h b/src/shared/util.h index 0246dfd826..7a2661a04f 100644 --- a/src/shared/util.h +++ b/src/shared/util.h @@ -461,6 +461,7 @@ int symlink_or_copy_atomic(const char *from, const char *to); int fchmod_umask(int fd, mode_t mode); int conf_files_list(char ***strv, const char *suffix, const char *dir, ...); +int conf_files_list_strv(char ***strv, const char *suffix, const char **dirs); int hwclock_is_localtime(void); int hwclock_apply_localtime_delta(int *min); |