REORG: global: move free acl/action in their related source files
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 25 Mar 2021 16:15:52 +0000 (17:15 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Fri, 26 Mar 2021 14:28:33 +0000 (15:28 +0100)
commit68fd7e43d35ddcd87c5e1545dd40476222f53d4c
treea5e99d78554b9a28ea07c46b3704a558b4bbbcf6
parentce44482fe5d1ad320645d0ff274c0af2b187051c
REORG: global: move free acl/action in their related source files

Move deinit_acl_cond and deinit_act_rules from haproxy.c respectively in
acl.c and action.c. The name of the functions has been slightly altered,
replacing the prefix deinit_* by free_* to reflect their purpose more
clearly.

This change has been made in preparation to the implementation of a free
proxy function. As a side-effect, it helps to clean up haproxy.c.
include/haproxy/acl.h
include/haproxy/action.h
src/acl.c
src/action.c
src/haproxy.c