diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-25 20:41:47 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-04-25 20:41:47 +0200 |
commit | db1413d7380acacc4e50faf801ca0d401da89764 (patch) | |
tree | 5525908e3b419149c0458348210fedf37eafc703 /src/util.h | |
parent | 3a90ae048233021833ae828c1fc6bf0eeab46197 (diff) |
sysctl.d, binfmt.d, modules-load.d: switch to stacked config dirs in /lib, /etc, /run
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h index fcaeac4ab9..7fa488b0f5 100644 --- a/src/util.h +++ b/src/util.h @@ -441,4 +441,5 @@ int signal_from_string(const char *s); int signal_from_string_try_harder(const char *s); +char **conf_files_list(const char *suffix, const char *dir, ...); #endif |