We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17ebce7 + 64646a3 commit 8a5850fCopy full SHA for 8a5850f
src/mod/applications/mod_http_cache/aws.c
@@ -277,7 +277,7 @@ static char *aws_s3_authentication_create(switch_aws_s3_profile* aws_s3_profile)
277
* @param query_string pointer to query param string that will be calculated
278
* @return updated headers
279
*/
280
-SWITCH_MOD_DECLARE(switch_curl_slist_t) *aws_s3_append_headers(
+SWITCH_MOD_DECLARE(switch_curl_slist_t *) aws_s3_append_headers(
281
http_profile_t *profile,
282
switch_curl_slist_t *headers,
283
const char *verb,
0 commit comments