]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move acl.h to haproxy/acl.h{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 17:11:43 +0000 (19:11 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commitdcc048a14a361260fe588ee24650370065feb73a
tree15133fa16e4e3c546c7a9ab75a912dc670628986
parentc6d61d762f6c76d1e0966cdc089e55da8c1735fd
REORG: include: move acl.h to haproxy/acl.h{,-t}.h

The files were moved almost as-is, just dropping arg-t and auth-t from
acl-t but keeping arg-t in acl.h. It was useful to revisit the call places
since a handful of files used to continue to include acl.h while they did
not need it at all. Struct stream was only made a forward declaration
since not otherwise needed.
25 files changed:
include/haproxy/acl-t.h [moved from include/types/acl.h with 95% similarity]
include/haproxy/acl.h [moved from include/proto/acl.h with 97% similarity]
include/types/fcgi-app.h
include/types/proxy.h
src/acl.c
src/auth.c
src/backend.c
src/cfgparse-listen.c
src/cfgparse.c
src/compression.c
src/fcgi-app.c
src/flt_spoe.c
src/frontend.c
src/haproxy.c
src/http_acl.c
src/http_act.c
src/http_ana.c
src/http_rules.c
src/listener.c
src/payload.c
src/peers.c
src/ssl_sample.c
src/ssl_sock.c
src/stream.c
src/tcp_rules.c