]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: quic: move qc_send_mux() prototype into quic_tx.h
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 24 Oct 2024 14:32:29 +0000 (16:32 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 31 Oct 2024 14:35:31 +0000 (15:35 +0100)
commitdcf334168cf1774e54cdbaec35a0605c2438b819
tree49f68dc94d893b5f73ad03aa5c30647cd2257b25
parenta8738f4156ae0e6b5308447dbc3500d93304b7c1
MINOR: quic: move qc_send_mux() prototype into quic_tx.h

qc_send_mux() is defined in quic_tx.c. As such, its prototype is moved
from quic_conn.h to quic_tx.h.
include/haproxy/quic_conn.h
include/haproxy/quic_tx.h
src/mux_quic.c