]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move cli.h to haproxy/cli{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 18:19:54 +0000 (20:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commit83487a833cca9082c489b6b83d7fd080800ee2ad
tree343ffd465ef42c7f9faab6958a836b378cb16ea4
parent2eec9b5f952e1c2d294db084bc0858c504e6f111
REORG: include: move cli.h to haproxy/cli{,-t}.h

Almost no change except moving the cli_kw struct definition after the
defines. Almost all users had both types&proto included, which is not
surprizing since this code is old and it used to be the norm a decade
ago. These places were cleaned.
27 files changed:
include/haproxy/cli-t.h [moved from include/types/cli.h with 94% similarity]
include/haproxy/cli.h [moved from include/proto/cli.h with 96% similarity]
include/haproxy/listener.h
src/activity.c
src/cache.c
src/cli.c
src/debug.c
src/dns.c
src/haproxy.c
src/hlua.c
src/hlua_fcn.c
src/log.c
src/map.c
src/mworker.c
src/peers.c
src/pool.c
src/proxy.c
src/ring.c
src/server.c
src/sink.c
src/ssl_ckch.c
src/ssl_crtlist.c
src/ssl_sock.c
src/stats.c
src/stick_table.c
src/stream.c
src/trace.c