]> git.kaiwu.me - haproxy.git/commit
CLEANUP: stream-int: Make si_cs_send() function static
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 28 Feb 2022 08:14:46 +0000 (09:14 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 28 Feb 2022 16:13:36 +0000 (17:13 +0100)
commit494162381e4200fe2f8c6f99696fd9f199f45b90
tree987c8f30da792f99a9685a6dc0c5ce88d5f25b21
parent693b23bb102ada09b2324804ababc3279d938589
CLEANUP: stream-int: Make si_cs_send() function static

This function was not exported and is only used in stream_interface.c. So
make it static.
src/stream_interface.c