]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/conf-parser: add function which implements the standard config file set
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 21 Feb 2024 21:31:41 +0000 (22:31 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 7 Mar 2024 18:14:36 +0000 (19:14 +0100)
commite7e52ff9b6d6bbfcdcc298ef3c156420b51d58b8
treea16cd4441044a591f3c298a8d7911a6e5bbcca71
parentd8a91c6b9f64017abfefbbf7da0daed590de372a
shared/conf-parser: add function which implements the standard config file set

Also allow config_parse_many() to be called for config files without
sections. The test uses such a file.
src/shared/conf-parser.c
src/shared/conf-parser.h
src/test/test-conf-parser.c