From 5c310d84dc6153b62e33d5aa28a1f75e2e776ea6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 29 Aug 2003 12:57:14 +0000 Subject: [project @ 2003-08-29 12:57:14 by bursa] Better handling of server HTTP errors. svn path=/import/netsurf/; revision=259 --- content/fetchcache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/fetchcache.h') 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 -- cgit v1.2.3