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/fetchcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fetchcache.h') 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 -- cgit v1.2.3