]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: mux-quic: remove unused prototype
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 13 Nov 2023 13:55:22 +0000 (14:55 +0100)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 Dec 2023 14:12:57 +0000 (15:12 +0100)
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

index 872c5eafe523d0f473378ded1bac6e217b27d82f..50baadae0c08f62384e163c5f53db579ff1f55d9 100644 (file)
@@ -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);