From 1cdc9aafcede4c3b966b6bdc087871a57c078a4d Mon Sep 17 00:00:00 2001 From: Bret Ambrose Date: Wed, 8 Apr 2020 08:22:02 -0700 Subject: [PATCH] Visibility macro for aws_hpack_encode_header_block --- include/aws/http/private/hpack.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/aws/http/private/hpack.h b/include/aws/http/private/hpack.h index 5a1b5c741..8fa9e6d77 100644 --- a/include/aws/http/private/hpack.h +++ b/include/aws/http/private/hpack.h @@ -94,6 +94,7 @@ int aws_hpack_decode( * This function will mutate the hpack context, so an error means the context can no longer be used. * Note that output will be dynamically resized if it's too short. */ +AWS_HTTP_API int aws_hpack_encode_header_block( struct aws_hpack_context *context, const struct aws_http_headers *headers,