mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-05 03:41:53 +00:00
Merge pull request #743 from signalwire/http_cache_win
[mod_http_cache] Fix Windows build
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user