]> git.ipfire.org Git - thirdparty/systemd.git/commit
conf-parser: move config_parse_timezone() to conf-parser.[ch] 32290/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Apr 2024 01:28:06 +0000 (10:28 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 19 Apr 2024 01:23:01 +0000 (10:23 +0900)
commitf72e851fd33375841823195fef9a8fc44904645b
treeca07c9007df37113ca07795d1c34ecc3295ba938
parent6d06b76710c535cff2f3aacaff352a2bf5452287
conf-parser: move config_parse_timezone() to conf-parser.[ch]

Even though it is currently only used by networkd, the parser itself
is quite generic. Let's move it to the shared library.
src/network/networkd-network.c
src/network/networkd-network.h
src/shared/conf-parser.c
src/shared/conf-parser.h