summaryrefslogtreecommitdiff
path: root/content/fetchers/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchers/data.c')
-rw-r--r--content/fetchers/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchers/data.c b/content/fetchers/data.c
index 3f8989e8c..77d3c9f9c 100644
--- a/content/fetchers/data.c
+++ b/content/fetchers/data.c
@@ -81,7 +81,7 @@ static bool fetch_data_can_fetch(const nsurl *url)
}
static void *fetch_data_setup(struct fetch *parent_fetch, nsurl *url,
- bool only_2xx, const char *post_urlenc,
+ bool only_2xx, bool downgrade_tls, const char *post_urlenc,
const struct fetch_multipart_data *post_multipart,
const char **headers)
{