]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_http_cache] Fix Windows build 743/head
authorAndrey Volk <andywolk@gmail.com>
Mon, 20 Jul 2020 21:51:47 +0000 (01:51 +0400)
committerAndrey Volk <andywolk@gmail.com>
Mon, 20 Jul 2020 21:51:47 +0000 (01:51 +0400)
src/mod/applications/mod_http_cache/aws.c

index 9c49363e6fbd44e42b742d25e9c3ade200745a58..d4b76e7cb29cd50d3cd926f2460854291e5feb73 100644 (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
  * @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,