diff options
Diffstat (limited to 'modules/http2/h2_util.h')
-rw-r--r-- | modules/http2/h2_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/http2/h2_util.h b/modules/http2/h2_util.h index 8ef944c8e0..5a3dbe5142 100644 --- a/modules/http2/h2_util.h +++ b/modules/http2/h2_util.h @@ -28,10 +28,6 @@ struct nghttp2_frame; size_t h2_util_hex_dump(char *buffer, size_t maxlen, const char *data, size_t datalen); -size_t h2_util_header_print(char *buffer, size_t maxlen, - const char *name, size_t namelen, - const char *value, size_t valuelen); - void h2_util_camel_case_header(char *s, size_t len); int h2_util_frame_print(const nghttp2_frame *frame, char *buffer, size_t maxlen); |