summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
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