mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 13:51:26 +02:00
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.
This commit is contained in:
parent
63282f3bfb
commit
14d968f2f2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user