QUIC: removed ngx_quic_error_text() declaration.

This is a leftover from cab3b7a070ef.
This commit is contained in:
Vladimir Homutov 2021-11-10 14:36:36 +03:00
parent d7aaf8eb18
commit f5c17cf3b7
1 changed files with 0 additions and 2 deletions

View File

@ -337,8 +337,6 @@ typedef struct {
} ngx_quic_header_t;
u_char *ngx_quic_error_text(uint64_t error_code);
ngx_int_t ngx_quic_parse_packet(ngx_quic_header_t *pkt);
size_t ngx_quic_create_version_negotiation(ngx_quic_header_t *pkt, u_char *out);