summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-08-29 12:57:14 +0000
committerJames Bursa <james@netsurf-browser.org>2003-08-29 12:57:14 +0000
commit5c310d84dc6153b62e33d5aa28a1f75e2e776ea6 (patch)
treea7efa6f8fb1a1b27bb1939bd569b7b3a7115e4d7 /content/fetchcache.h
parentbe34d32e4677f4d2c527d157cf0016ac8d8ad798 (diff)
downloadnetsurf-5c310d84dc6153b62e33d5aa28a1f75e2e776ea6.tar.gz
netsurf-5c310d84dc6153b62e33d5aa28a1f75e2e776ea6.tar.bz2
[project @ 2003-08-29 12:57:14 by bursa]
Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259
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 ddfc2fa76..6f7a083eb 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -13,6 +13,7 @@
struct content * fetchcache(const char *url, char *referer,
void (*callback)(content_msg msg, struct content *c, void *p1,
void *p2, const char *error),
- void *p1, void *p2, unsigned long width, unsigned long height);
+ void *p1, void *p2, unsigned long width, unsigned long height,
+ bool only_2xx);
#endif