summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2007-02-02 23:08:13 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2007-02-02 23:08:13 +0000
commit25213dca24dc1c4edfb49fbe070ccea5d2d73399 (patch)
treeeddf95d87b66423e4cc99f2999de02e930ac689a /content/fetch.h
parent0b9076903218b8350930725ff59b86baca37dd02 (diff)
downloadnetsurf-25213dca24dc1c4edfb49fbe070ccea5d2d73399.tar.gz
netsurf-25213dca24dc1c4edfb49fbe070ccea5d2d73399.tar.bz2
Fix handling of cookies in unverifiable transactions caused by a redirect from a fetch into a browser window which was varifiable.
svn path=/trunk/netsurf/; revision=3165
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 c8a454816..4bf55503c 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -72,7 +72,7 @@ struct fetch * fetch_start(const char *url, const char *referer,
unsigned long size),
void *p, bool only_2xx, const char *post_urlenc,
struct form_successful_control *post_multipart,
- bool verifiable, char *headers[]);
+ bool verifiable, const char *parent_url, char *headers[]);
void fetch_abort(struct fetch *f);
void fetch_poll(void);
void fetch_quit(void);