Skip to content

Commit 8a5850f

Browse files
authored
Merge pull request signalwire#743 from signalwire/http_cache_win
[mod_http_cache] Fix Windows build
2 parents 17ebce7 + 64646a3 commit 8a5850f

File tree

1 file changed

+1
-1
lines changed
  • src/mod/applications/mod_http_cache

1 file changed

+1
-1
lines changed

src/mod/applications/mod_http_cache/aws.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ static char *aws_s3_authentication_create(switch_aws_s3_profile* aws_s3_profile)
277277
* @param query_string pointer to query param string that will be calculated
278278
* @return updated headers
279279
*/
280-
SWITCH_MOD_DECLARE(switch_curl_slist_t) *aws_s3_append_headers(
280+
SWITCH_MOD_DECLARE(switch_curl_slist_t *) aws_s3_append_headers(
281281
http_profile_t *profile,
282282
switch_curl_slist_t *headers,
283283
const char *verb,

0 commit comments

Comments
 (0)