]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move pattern.h to haproxy/pattern{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 13:06:28 +0000 (15:06 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit225a90aaec89c13bed73249bc2fda6620fadf1fe
treeea5563cbae8af8f0850e5304035c0afde1112973
parent213e99073bc08d47cc3274165fd9e5a88de57322
REORG: include: move pattern.h to haproxy/pattern{,-t}.h

It was moved as-is, except for extern declaration of pattern_reference.
A few C files used to include it but didn't need it anymore after having
been split apart so this was cleaned.
17 files changed:
include/haproxy/auth.h
include/haproxy/pattern-t.h [moved from include/types/pattern.h with 97% similarity]
include/haproxy/pattern.h [moved from include/proto/pattern.h with 97% similarity]
include/types/acl.h
include/types/map.h
src/acl.c
src/auth.c
src/cli.c
src/haproxy.c
src/hlua.c
src/http_acl.c
src/http_act.c
src/map.c
src/pattern.c
src/payload.c
src/ssl_sock.c
src/stats.c