Skip to content

Commit

Permalink
Add cxx support (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
subdiox authored Nov 7, 2024
1 parent 4214ced commit ce09f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aws/sdkutils/private/endpoints_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
/*
Expand Down

0 comments on commit ce09f79

Please sign in to comment.