From ce0d5294d5898b6100269bd39d38c0884d5fd4b4 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Dec 2003 20:15:23 +0000 Subject: [project @ 2003-12-27 20:15:22 by bursa] Use charset from Content-Type header. svn path=/import/netsurf/; revision=460 --- content/fetchcache.h | 1 + 1 file changed, 1 insertion(+) (limited to 'content/fetchcache.h') diff --git a/content/fetchcache.h b/content/fetchcache.h index 36d40e098..12326970b 100644 --- a/content/fetchcache.h +++ b/content/fetchcache.h @@ -26,5 +26,6 @@ struct content * fetchcache(const char *url, char *referer, void *p1, void *p2, unsigned long width, unsigned long height, bool only_2xx, char *post_urlenc, struct form_successful_control *post_multipart, bool cookies); +void fetchcache_init(void); #endif -- cgit v1.2.3