From 894703b53b27a25d58d9a6fa77e99d967e9588f6 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 26 Dec 2003 16:20:57 +0000 Subject: [project @ 2003-12-26 16:20:57 by bursa] Enable cookies. svn path=/import/netsurf/; revision=443 --- content/fetch.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/fetch.h') 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); -- cgit v1.2.3