Merge pull request #743 from signalwire/http_cache_win

[mod_http_cache] Fix Windows build
This commit is contained in:
Andrey Volk 2020-07-21 02:18:47 +04:00 committed by GitHub
commit 8a5850ff26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ static char *aws_s3_authentication_create(switch_aws_s3_profile* aws_s3_profile)
* @param query_string pointer to query param string that will be calculated * @param query_string pointer to query param string that will be calculated
* @return updated headers * @return updated headers
*/ */
SWITCH_MOD_DECLARE(switch_curl_slist_t) *aws_s3_append_headers( SWITCH_MOD_DECLARE(switch_curl_slist_t *) aws_s3_append_headers(
http_profile_t *profile, http_profile_t *profile,
switch_curl_slist_t *headers, switch_curl_slist_t *headers,
const char *verb, const char *verb,