From: Andrey Volk Date: Mon, 20 Jul 2020 21:51:47 +0000 (+0400) Subject: [mod_http_cache] Fix Windows build X-Git-Tag: v1.10.4^2~9^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F743%2Fhead;p=thirdparty%2Ffreeswitch.git [mod_http_cache] Fix Windows build --- diff --git a/src/mod/applications/mod_http_cache/aws.c b/src/mod/applications/mod_http_cache/aws.c index 9c49363e6f..d4b76e7cb2 100644 --- a/src/mod/applications/mod_http_cache/aws.c +++ b/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) * @param query_string pointer to query param string that will be calculated * @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, switch_curl_slist_t *headers, const char *verb,