mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-20 06:01:23 +02:00
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.