summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2004-01-26 14:16:23 +0000
committerJames Bursa <james@netsurf-browser.org>2004-01-26 14:16:23 +0000
commit658084359d02596b425a27ac4c452ff65f73e1f8 (patch)
tree2cde49b9de968585587aa742f77487acaebdf7df /content/fetchcache.h
parent92941a762d0abe39136ad73562fa130fbd39db57 (diff)
downloadnetsurf-658084359d02596b425a27ac4c452ff65f73e1f8.tar.gz
netsurf-658084359d02596b425a27ac4c452ff65f73e1f8.tar.bz2
[project @ 2004-01-26 14:16:23 by bursa]
Fix crashes related to content_destroy() by adding lock, implement no_error_pages. svn path=/import/netsurf/; revision=508
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index cbd447aa1..37d3e1f18 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -27,7 +27,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,
- bool only_2xx
+ bool no_error_pages
#ifdef WITH_POST
, char *post_urlenc,
struct form_successful_control *post_multipart