From: Amaury Denoyelle Date: Thu, 23 Jul 2026 09:21:28 +0000 (+0200) Subject: CLEANUP: mux_quic: remove unused prototype X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8120eace828cb0bd524d57e2145fd1557199bbf4;p=thirdparty%2Fhaproxy.git CLEANUP: mux_quic: remove unused prototype Remove qcc_update_shut_id() declaration. This function was never defined in the code. --- diff --git a/include/haproxy/mux_quic.h b/include/haproxy/mux_quic.h index d79e2cc66..b92128dd5 100644 --- a/include/haproxy/mux_quic.h +++ b/include/haproxy/mux_quic.h @@ -45,7 +45,6 @@ int qcc_stream_can_send(const struct qcs *qcs); void qcc_reset_stream(struct qcs *qcs, int err, int term_evt); void qcc_send_stream(struct qcs *qcs, int urg, int count); void qcc_abort_stream_read(struct qcs *qcs, int err); -void qcc_update_shut_id(struct qcc *qcc, uint64_t val); int qcc_recv(struct qcc *qcc, uint64_t id, uint64_t len, uint64_t offset, char fin, char *data); int qcc_recv_max_data(struct qcc *qcc, uint64_t max);