From 14d968f2f2fc5deced36ed516846d8d76cfa0094 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Mon, 13 Nov 2023 14:55:22 +0100 Subject: [PATCH] CLEANUP: mux-quic: remove unused prototype Remove qcc_emit_cc_app() prototype from header file. This function was removed by a previous commit and does not exist anymore. --- include/haproxy/mux_quic.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/haproxy/mux_quic.h b/include/haproxy/mux_quic.h index 872c5eafe5..50baadae0c 100644 --- a/include/haproxy/mux_quic.h +++ b/include/haproxy/mux_quic.h @@ -23,7 +23,6 @@ int qcs_subscribe(struct qcs *qcs, int event_type, struct wait_event *es); void qcs_notify_recv(struct qcs *qcs); void qcs_notify_send(struct qcs *qcs); -void qcc_emit_cc_app(struct qcc *qcc, int err, int immediate); void qcc_reset_stream(struct qcs *qcs, int err); void qcc_send_stream(struct qcs *qcs, int urg); void qcc_abort_stream_read(struct qcs *qcs); -- 2.47.2