diff --git a/include/aws/sdkutils/private/endpoints_util.h b/include/aws/sdkutils/private/endpoints_util.h index df0bafc..e20d337 100644 --- a/include/aws/sdkutils/private/endpoints_util.h +++ b/include/aws/sdkutils/private/endpoints_util.h @@ -74,7 +74,7 @@ AWS_SDKUTILS_API void aws_array_list_deep_clean_up( /* Function that resolves template. */ typedef int(aws_endpoints_template_resolve_fn)( - struct aws_byte_cursor template, + struct aws_byte_cursor template_cursor, void *user_data, struct aws_owning_cursor *out_resolved); /*