From: Amaury Denoyelle Date: Mon, 13 Nov 2023 13:55:22 +0000 (+0100) Subject: CLEANUP: mux-quic: remove unused prototype X-Git-Tag: v3.0-dev1~108 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14d968f2f2fc5deced36ed516846d8d76cfa0094;p=thirdparty%2Fhaproxy.git 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. --- 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);