Skip to content

Commit

Permalink
missing static
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Oct 14, 2024
1 parent f948e37 commit 7724cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/s3_copy_object.c
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ static void s_s3_copy_object_request_finished(
aws_s3_meta_request_unlock_synced_data(meta_request);
}

void s_s3_copy_object_sign_request(
static void s_s3_copy_object_sign_request(
struct aws_s3_meta_request *meta_request,
struct aws_s3_request *request,
aws_signing_complete_fn *on_signing_complete,
Expand Down

0 comments on commit 7724cc4

Please sign in to comment.