Skip to content

Commit 0eafb1c

Browse files
authored
Visibility macro for aws_hpack_encode_header_block (#223)
1 parent 7f65818 commit 0eafb1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/aws/http/private/hpack.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ int aws_hpack_decode(
9494
* This function will mutate the hpack context, so an error means the context can no longer be used.
9595
* Note that output will be dynamically resized if it's too short.
9696
*/
97+
AWS_HTTP_API
9798
int aws_hpack_encode_header_block(
9899
struct aws_hpack_context *context,
99100
const struct aws_http_headers *headers,

0 commit comments

Comments
 (0)