]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: tools: move list_append_word to cfgparse
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 7 Aug 2024 16:12:48 +0000 (18:12 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 7 Aug 2024 16:41:41 +0000 (18:41 +0200)
commit39f2a1962097452d200e0cfea374815d21f7c512
tree34308e0c35eb186264420ef2a544e88720b0cfdb
parent70b842e847b4c39121c1a75bec7b60eb48298d0a
REORG: tools: move list_append_word to cfgparse

Let's move list_append_word to cfgparse.c as it is used only to fill
cfg_cfgfiles list with configuration file names.
include/haproxy/cfgparse.h
include/haproxy/tools.h
src/cfgparse.c
src/tools.c