aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorVladimir Homutov <vl@nginx.com>2021-11-10 14:36:36 +0300
committerVladimir Homutov <vl@nginx.com>2021-11-10 14:36:36 +0300
commit62b2eea0fee3c7cb4cec288065c0a8235f128c42 (patch)
tree8a89c07a5424e9e2053666baaa340fde413b659d /src
parenta3163fa4b29f6aa1f8ae341814451ec91a3f0ee5 (diff)
downloadnginx-62b2eea0fee3c7cb4cec288065c0a8235f128c42.tar.gz
nginx-62b2eea0fee3c7cb4cec288065c0a8235f128c42.zip
QUIC: removed ngx_quic_error_text() declaration.
This is a leftover from cab3b7a070ef.
Diffstat (limited to 'src')
-rw-r--r--src/event/quic/ngx_event_quic_transport.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/event/quic/ngx_event_quic_transport.h b/src/event/quic/ngx_event_quic_transport.h
index c84f4576b..2d30b010c 100644
--- a/src/event/quic/ngx_event_quic_transport.h
+++ b/src/event/quic/ngx_event_quic_transport.h
@@ -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);