]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move filters.h to haproxy/filters{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 19:29:29 +0000 (21:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commitc7babd8570a205dbba12ccc0fd203aaf9f022b6e
tree29089b02e095101f98001b329b8e1611f6ddf16d
parentc2b1ff04e5dfa38872b0e9ab9951b73452202c00
REORG: include: move filters.h to haproxy/filters{,-t}.h

Just a minor change, moved the macro definitions upwards. A few caller
files were updated since they didn't need to include it.
17 files changed:
include/haproxy/filters-t.h [moved from include/types/filters.h with 98% similarity]
include/haproxy/filters.h [moved from include/proto/filters.h with 97% similarity]
include/types/fcgi-app.h
include/types/proxy.h
include/types/spoe.h
include/types/stream.h
src/cache.c
src/cfgparse.c
src/fcgi-app.c
src/filters.c
src/flt_http_comp.c
src/flt_spoe.c
src/flt_trace.c
src/haproxy.c
src/http_ana.c
src/proxy.c
src/stream.c