X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fconf-files.c;h=92fc792d6094e8ab237383b379d2da8373ba4228;hb=cdc7b27bf58e294db71812932cd5f6f4a8dccc8b;hp=c781610e14a3e97d94b6c5327e292cf471c1a442;hpb=41938d553d7ae031edecf3fdb5bbf243673eb235;p=elogind.git diff --git a/src/basic/conf-files.c b/src/basic/conf-files.c index c781610e1..92fc792d6 100644 --- a/src/basic/conf-files.c +++ b/src/basic/conf-files.c @@ -122,6 +122,7 @@ 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; @@ -151,6 +152,7 @@ int conf_files_list(char ***strv, const char *suffix, const char *root, const ch return conf_files_list_strv_internal(strv, suffix, root, dirs); } +#endif // 0 int conf_files_list_nulstr(char ***strv, const char *suffix, const char *root, const char *d) { _cleanup_strv_free_ char **dirs = NULL;