summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-01-24 23:02:37 +0000
committerJames Bursa <james@netsurf-browser.org>2005-01-24 23:02:37 +0000
commit04f0525fbf8e6a35654d31dff0fa5fc98e5f5102 (patch)
treec9a4c6716bab22279b648f08b071d81b29758db3 /content/fetchcache.h
parent2583180b798193121122921193bdaffb872bde48 (diff)
downloadnetsurf-04f0525fbf8e6a35654d31dff0fa5fc98e5f5102.tar.gz
netsurf-04f0525fbf8e6a35654d31dff0fa5fc98e5f5102.tar.bz2
[project @ 2005-01-24 23:02:37 by bursa]
Reformat pages loaded from memory cache to window width. svn path=/import/netsurf/; revision=1467
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index 68fe3fd7f..5a1794901 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -35,6 +35,7 @@ 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),
void *p1, void *p2,
+ int width, int height,
char *post_urlenc,
struct form_successful_control *post_multipart,
bool cookies);