summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-29 15:31:54 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-29 15:31:54 +0000
commit6cfd37e60f0181916906de67c9f86cf54ab565c2 (patch)
treed68c3e909b2f1f4a1403c8af73fb68d0e33fc97e /content/fetch.h
parent828d8e0de8a643f74ddd019bd8afe663c65540e9 (diff)
downloadnetsurf-6cfd37e60f0181916906de67c9f86cf54ab565c2.tar.gz
netsurf-6cfd37e60f0181916906de67c9f86cf54ab565c2.tar.bz2
Convert fetchers to nsurl.
svn path=/trunk/netsurf/; revision=12910
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h2
1 files changed, 1 insertions, 1 deletions
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 **);