]> git.kaiwu.me - haproxy.git/commit
CLEANUP: conn-stream: Don't export internal functions
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 12 Apr 2022 06:49:27 +0000 (08:49 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 13 Apr 2022 13:10:16 +0000 (15:10 +0200)
commit265e165d8203662c886cccc5c9d46ceb3b627275
tree7cd162fd518b19995fd7017070ea413c14672c94
parent6b0a0fb2f98cfee39ee983e7e12b9dead42b7d7d
CLEANUP: conn-stream: Don't export internal functions

cs_new() and cs_attach_app() are only used internally. Thus, there is no
reason to export them.
include/haproxy/conn_stream.h
src/conn_stream.c