Skip to content

Commit aa3f83c

Browse files
Added missing dll exports. (#167)
1 parent e106513 commit aa3f83c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/aws/http/request_response.h

+2
Original file line numberDiff line numberDiff line change
@@ -526,11 +526,13 @@ void aws_http_message_set_body_stream(struct aws_http_message *message, struct a
526526
* This datastructure has more functions for inspecting and modifying headers than
527527
* are available on the aws_http_message datastructure.
528528
*/
529+
AWS_HTTP_API
529530
struct aws_http_headers *aws_http_message_get_headers(struct aws_http_message *message);
530531

531532
/**
532533
* Get the message's const aws_http_headers.
533534
*/
535+
AWS_HTTP_API
534536
const struct aws_http_headers *aws_http_message_get_const_headers(const struct aws_http_message *message);
535537

536538
/**

0 commit comments

Comments
 (0)