summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
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 a0a25c2f8..36d40e098 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -25,6 +25,6 @@ struct content * fetchcache(const char *url, char *referer,
void *p2, const char *error),
void *p1, void *p2, unsigned long width, unsigned long height,
bool only_2xx, char *post_urlenc,
- struct form_successful_control *post_multipart);
+ struct form_successful_control *post_multipart, bool cookies);
#endif