summaryrefslogtreecommitdiff
path: root/src/shared/conf-parser.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-20 17:04:05 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-21 12:22:13 +0100
commit8b8024f1c231c166f5c450905c8fd91d11704ae7 (patch)
treef6914a7067dbe5fcb1540f7be666e0b03e7ebedd /src/shared/conf-parser.h
parent38ba3da0a13820c582cd04be142cdbe13cc01f46 (diff)
downloadsystemd-8b8024f1c231c166f5c450905c8fd91d11704ae7.tar.gz
shared/conf-parser: allow more than one location of the main config file
No functional change as long as only one path is passed.
Diffstat (limited to 'src/shared/conf-parser.h')
-rw-r--r--src/shared/conf-parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/conf-parser.h b/src/shared/conf-parser.h
index 5a7dc7ff59..cd09491112 100644
--- a/src/shared/conf-parser.h
+++ b/src/shared/conf-parser.h
@@ -102,7 +102,7 @@ int config_parse_many_nulstr(
usec_t *ret_mtime); /* possibly NULL */
int config_parse_many(
- const char *conf_file, /* possibly NULL */
+ const char* const* conf_files, /* possibly empty */
const char* const* conf_file_dirs,
const char *dropin_dirname,
const char *sections, /* nulstr */