summaryrefslogtreecommitdiff
path: root/src/basic/conf-files.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-07-19 00:56:25 +0200
committerSven Eden <yamakuzure@gmx.net>2017-07-19 13:04:57 +0200
commita97a730270418e53e9400de5dce7b07c7dacd19a (patch)
treebac97ceff71bef555a8612f90d2a746189592791 /src/basic/conf-files.c
parentb6e675bcef8c3dca1292269795c795195ea6d1e7 (diff)
Prep v233.3: Unmask various functions for future coverage tests.
These functions, although not used by elogind itself, are mostly tiny and crucial for important tests to work.
Diffstat (limited to 'src/basic/conf-files.c')
-rw-r--r--src/basic/conf-files.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/basic/conf-files.c b/src/basic/conf-files.c
index 1cd0d9dfc..b8f0f5d03 100644
--- a/src/basic/conf-files.c
+++ b/src/basic/conf-files.c
@@ -132,7 +132,6 @@ 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;
@@ -148,7 +147,6 @@ 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;