From 28f974f00f43d3a04c0bcae32e7cfc85ee66df20 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 25 Oct 2003 14:13:49 +0000 Subject: [project @ 2003-10-25 14:13:49 by bursa] URL encoded POST support. svn path=/import/netsurf/; revision=375 --- content/fetchcache.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'content/fetchcache.h') diff --git a/content/fetchcache.h b/content/fetchcache.h index bd7c09933..a0a25c2f8 100644 --- a/content/fetchcache.h +++ b/content/fetchcache.h @@ -18,10 +18,13 @@ #include #include "netsurf/content/content.h" +struct form_successful_control; + struct content * fetchcache(const char *url, char *referer, void (*callback)(content_msg msg, struct content *c, void *p1, void *p2, const char *error), void *p1, void *p2, unsigned long width, unsigned long height, - bool only_2xx); + bool only_2xx, char *post_urlenc, + struct form_successful_control *post_multipart); #endif -- cgit v1.2.3