]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: backend: Don't export connect_server anymore
authorChristopher Faulet <cfaulet@haproxy.com>
Thu, 13 Jan 2022 08:53:00 +0000 (09:53 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 24 Feb 2022 10:00:03 +0000 (11:00 +0100)
commitc983b2114d3f37f3207d812f92d0e00d1860753f
tree5ad946533859b755440e8f57df64aa3ac65dee67
parente3a3af1ec81aa6ba55bef84dba31f7155539a06a
CLEANUP: backend: Don't export connect_server anymore

connect_server() function is only called from backend.c. So make it static.
include/haproxy/backend.h
src/backend.c