CLEANUP: quic: Double quic_dgram_parse() prototype declaration.
authorFrédéric Lécaille <flecaille@haproxy.com>
Wed, 10 Jan 2024 16:22:24 +0000 (17:22 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jan 2024 09:25:05 +0000 (10:25 +0100)
commitc0dea26028fab43e03b78ba05a1473d7188fae48
treec0546dd65cfacf9da75cde921168789b51a8471c
parent28aff55347279e090860a46817e566ec7a128ad7
CLEANUP: quic: Double quic_dgram_parse() prototype declaration.

This function is defined in the RX part (quic_rx.c) and declared in quic_rx.h
header. This is its correct place.

Remove the useless declaration of this function in quic_conn.h.

Should be backported in 2.9 where this double declaration was introduced when
moving quic_dgram_parse() from quic_conn.c to quic_rx.c.

(cherry picked from commit 37d5a26cc5a5ebe1abeb2836f89424e33408a186)
Signed-off-by: Willy Tarreau <w@1wt.eu>
include/haproxy/quic_conn.h