X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Fconf-files.c;h=1cd0d9dfc6967b32b544063bf9590216684a4855;hp=417bc5a5b0527d0eb476d36d68f7002f2eeaa854;hb=9b00a533195b7fec54a791ca02090e0799214770;hpb=1981059eaccd58a641074a7c78c0dcec52eabfb2 diff --git a/src/basic/conf-files.c b/src/basic/conf-files.c index 417bc5a5b..1cd0d9dfc 100644 --- a/src/basic/conf-files.c +++ b/src/basic/conf-files.c @@ -120,7 +120,6 @@ static int conf_files_list_strv_internal(char ***strv, const char *suffix, const return 0; } -#if 0 /// UNNEEDED by elogind int conf_files_list_strv(char ***strv, const char *suffix, const char *root, const char* const* dirs) { _cleanup_strv_free_ char **copy = NULL; @@ -133,6 +132,7 @@ int conf_files_list_strv(char ***strv, const char *suffix, const char *root, con return conf_files_list_strv_internal(strv, suffix, root, copy); } +#if 0 /// UNNEEDED by elogind int conf_files_list(char ***strv, const char *suffix, const char *root, const char *dir, ...) { _cleanup_strv_free_ char **dirs = NULL; va_list ap;