CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 22 Oct 2021 12:33:59 +0000 (14:33 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 27 Oct 2021 09:34:14 +0000 (11:34 +0200)
commit4bfce397b80234a129862197daf1e7ed5de11c16
tree1c9c3b890ef4afe49baac12aabd6f0cbd80d7b34
parent0af4bd7bebc5083f835d901479ce4dd23f61f432
CLEANUP: connection: No longer export make_proxy_line_v1/v2 functions

These functions are only used by the make_proxy_line() function. Thus, we
can turn them as static.
include/haproxy/connection.h
src/connection.c