From 6cfd37e60f0181916906de67c9f86cf54ab565c2 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 29 Sep 2011 15:31:54 +0000 Subject: Convert fetchers to nsurl. svn path=/trunk/netsurf/; revision=12910 --- content/fetch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetch.h') diff --git a/content/fetch.h b/content/fetch.h index 575206255..077894a97 100644 --- a/content/fetch.h +++ b/content/fetch.h @@ -110,7 +110,7 @@ struct fetch_multipart_data *fetch_multipart_data_clone( /* API for fetchers themselves */ typedef bool (*fetcher_initialise)(lwc_string *); -typedef void* (*fetcher_setup_fetch)(struct fetch *, const char *, +typedef void* (*fetcher_setup_fetch)(struct fetch *, nsurl *, bool, const char *, const struct fetch_multipart_data *, const char **); -- cgit v1.2.3