]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move vars.h to haproxy/vars{,-t}.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 14:25:31 +0000 (16:25 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:58 +0000 (10:18 +0200)
commita17189250170c45b66f7b8f88de9350c9eccd273
treec601a4db9894c43fcd9b98ee6c976289769cb3ed
parentb23e5958edee5fc823820b79a271669842728391
REORG: include: move vars.h to haproxy/vars{,-t}.h

A few includes (sessions.h, stream.h, api-t.h) were added for arguments
that were first declared in function prototypes.
19 files changed:
include/haproxy/arg-t.h
include/haproxy/vars-t.h [new file with mode: 0644]
include/haproxy/vars.h [new file with mode: 0644]
include/proto/vars.h [deleted file]
include/types/global.h
include/types/session.h
include/types/stream.h
include/types/vars.h [deleted file]
src/checks.c
src/dns.c
src/flt_spoe.c
src/haproxy.c
src/hlua.c
src/http_ana.c
src/sample.c
src/session.c
src/ssl_sock.c
src/stream.c
src/vars.c