File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -548,7 +548,7 @@ void aws_http_proxy_options_init_from_config(
548548 */
549549AWS_HTTP_API int aws_http_proxy_new_socket_channel (
550550 struct aws_socket_channel_bootstrap_options * channel_options ,
551- struct aws_http_proxy_options * proxy_options );
551+ const struct aws_http_proxy_options * proxy_options );
552552
553553AWS_EXTERN_C_END
554554
Original file line number Diff line number Diff line change @@ -1530,9 +1530,7 @@ static void s_http_proxied_socket_channel_shutdown(
15301530
15311531int aws_http_proxy_new_socket_channel (
15321532 struct aws_socket_channel_bootstrap_options * channel_options ,
1533- struct aws_http_proxy_options * proxy_options ) {
1534- (void )channel_options ;
1535- (void )proxy_options ;
1533+ const struct aws_http_proxy_options * proxy_options ) {
15361534
15371535 AWS_FATAL_ASSERT (channel_options != NULL && channel_options -> bootstrap != NULL );
15381536 AWS_FATAL_ASSERT (proxy_options != NULL );
You can’t perform that action at this time.
0 commit comments