Skip to content

Commit e1d6219

Browse files
authored
Another missing visibility macro (#224)
1 parent 0eafb1c commit e1d6219

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/aws/http/request_response.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ void aws_http_stream_update_window(struct aws_http_stream *stream, size_t increm
687687
* as http/2) for easier tracking purposes. For client streams, this will only be non-zero after a successful call
688688
* to aws_http_stream_activate()
689689
*/
690+
AWS_HTTP_API
690691
uint32_t aws_http_stream_get_id(const struct aws_http_stream *stream);
691692

692693
AWS_EXTERN_C_END

0 commit comments

Comments
 (0)