]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: include: move common/fcgi.h to haproxy/
authorWilly Tarreau <w@1wt.eu>
Wed, 3 Jun 2020 12:56:08 +0000 (14:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
commitfa2ef5b5eb87d40c63558ec01b86c93af3878e77
tree15369fc2d33f060e0f3b540d8f732c00027c8b65
parentbf0731491b2595fa138200417be6ab6a14195c6f
REORG: include: move common/fcgi.h to haproxy/

The file was moved almost verbatim (only stdio.h was dropped as useless).
It was not split between types and functions because it's only included
from direct C code (fcgi.c and mux_fcgi.c) as well as fcgi_app.h, included
from the same ones, which should also be remerged as a single one.
include/haproxy/fcgi.h [moved from include/common/fcgi.h with 96% similarity]
include/types/fcgi-app.h
src/fcgi.c
src/mux_fcgi.c