199ca880aSopenharmony_ci/***
299ca880aSopenharmony_ci  This file is part of eudev, forked from systemd.
399ca880aSopenharmony_ci
499ca880aSopenharmony_ci  Copyright 2010-2012 Lennart Poettering
599ca880aSopenharmony_ci  Copyright 2010-2012 Kay Sievers
699ca880aSopenharmony_ci
799ca880aSopenharmony_ci  systemd is free software; you can redistribute it and/or modify it
899ca880aSopenharmony_ci  under the terms of the GNU Lesser General Public License as published by
999ca880aSopenharmony_ci  the Free Software Foundation; either version 2.1 of the License, or
1099ca880aSopenharmony_ci  (at your option) any later version.
1199ca880aSopenharmony_ci
1299ca880aSopenharmony_ci  systemd is distributed in the hope that it will be useful, but
1399ca880aSopenharmony_ci  WITHOUT ANY WARRANTY; without even the implied warranty of
1499ca880aSopenharmony_ci  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1599ca880aSopenharmony_ci  Lesser General Public License for more details.
1699ca880aSopenharmony_ci
1799ca880aSopenharmony_ci  You should have received a copy of the GNU Lesser General Public License
1899ca880aSopenharmony_ci  along with systemd; If not, see <http://www.gnu.org/licenses/>.
1999ca880aSopenharmony_ci***/
2099ca880aSopenharmony_ci
2199ca880aSopenharmony_ci#pragma once
2299ca880aSopenharmony_ci
2399ca880aSopenharmony_ci#include "macro.h"
2499ca880aSopenharmony_ci
2599ca880aSopenharmony_ciint conf_files_list_strv(char ***strv, const char *suffix, const char *root, const char* const* dirs);
26