]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: startup: rename readcfgfile in parse_cfg
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Mon, 5 Aug 2024 08:04:03 +0000 (10:04 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2024 16:41:41 +0000 (18:41 +0200)
commitc6cfa7cb4acc850b480d6e1fd6f3ec74cf690546
tree49199467f0b04382ccd91c4c9988fb6f7b9ec02d
parent5b52df4c4d05ddcbcfdec9792520d2495614547c
MINOR: startup: rename readcfgfile in parse_cfg

As readcfgfile no longer opens configuration files and reads them with fgets,
but performs only the parsing of provided data, let's rename it to parse_cfg by
analogy with read_cfg in haproxy.c.
addons/ot/src/parser.c
include/haproxy/cfgparse.h
src/cfgparse.c
src/flt_spoe.c
src/haproxy.c