mirror of
https://gitee.com/openharmony/third_party_nghttp2
synced 2024-11-30 19:40:54 +00:00
Remove unused member function declaration
This commit is contained in:
parent
9701e5e6e4
commit
5c0da486b9
@ -465,8 +465,6 @@ struct Client {
|
||||
int quic_stream_close(int64_t stream_id, uint64_t app_error_code);
|
||||
int quic_stream_reset(int64_t stream_id, uint64_t app_error_code);
|
||||
int quic_extend_max_local_streams();
|
||||
int quic_update_key(uint8_t *rx_key, uint8_t *rx_iv, uint8_t *tx_key,
|
||||
uint8_t *tx_iv);
|
||||
|
||||
int quic_on_key(ngtcp2_crypto_level level, const uint8_t *rx_secret,
|
||||
const uint8_t *tx_secret, size_t secretlen);
|
||||
|
Loading…
Reference in New Issue
Block a user