summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-01-03 02:09:20 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-01-03 02:09:20 +0000
commit77de9c13364ab754a5490156afe26e56882f728b (patch)
treed9fee9dc41d893c6256b8848d57f1f1643a017e4 /content/fetchcache.h
parentbd5ba01b2ea32563dde5d80ad0560d45f263fecc (diff)
downloadnetsurf-77de9c13364ab754a5490156afe26e56882f728b.tar.gz
netsurf-77de9c13364ab754a5490156afe26e56882f728b.tar.bz2
[project @ 2005-01-03 02:09:20 by jmb]
Shift + Click == download svn path=/import/netsurf/; revision=1429
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index f20ab6cf9..68fe3fd7f 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -29,7 +29,8 @@ struct content * fetchcache(const char *url,
bool no_error_pages,
char *post_urlenc,
struct form_successful_control *post_multipart,
- bool cookies);
+ bool cookies,
+ bool download);
void fetchcache_go(struct content *content, char *referer,
void (*callback)(content_msg msg, struct content *c, void *p1,
void *p2, union content_msg_data data),