summaryrefslogtreecommitdiff
path: root/content/fetch.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetch.h')
-rw-r--r--content/fetch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/fetch.h b/content/fetch.h
index fad1f50f0..159921610 100644
--- a/content/fetch.h
+++ b/content/fetch.h
@@ -24,9 +24,9 @@ extern bool fetch_active;
void fetch_init(void);
struct fetch * fetch_start(char *url, char *referer,
- void (*callback)(fetch_msg msg, void *p, char *data, unsigned long size),
- void *p, bool only_2xx, char *post_urlenc,
- struct form_successful_control *post_multipart);
+ void (*callback)(fetch_msg msg, void *p, char *data, unsigned long size),
+ void *p, bool only_2xx, char *post_urlenc,
+ struct form_successful_control *post_multipart, bool cookies);
void fetch_abort(struct fetch *f);
void fetch_poll(void);
void fetch_quit(void);