REORG: quic: Move quic_increment_curr_handshake() to quic_sock
authorFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:01:01 +0000 (15:01 +0100)
committerFrédéric Lécaille <flecaille@haproxy.com>
Tue, 28 Nov 2023 14:47:18 +0000 (15:47 +0100)
commitad61a5dde34cab4fb05da005b10e772f4ea8899f
treeca476e03a277190af2c0a71743f7763f0c28fbf5
parent3e16784dfc35b1c9a7e1a4c125a0e1aac2efb80f
REORG: quic: Move quic_increment_curr_handshake() to quic_sock

Move quic_increment_curr_handshake() from quic_conn.c to quic_sock.h to be inlined.
Also move all the inlined functions at the end of this header.
include/haproxy/quic_sock.h
src/quic_conn.c