From 9317e33d0bb597543239ced2e100ece042cf416f Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 9 Jul 2003 21:33:01 +0000 Subject: [project @ 2003-07-09 21:33:01 by bursa] More work on and plugins. svn path=/import/netsurf/; revision=213 --- 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 ddfc2fa76..1353f682d 100644 --- a/content/fetchcache.h +++ b/content/fetchcache.h @@ -10,9 +10,12 @@ #include "netsurf/content/content.h" +struct object_params; + 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); + void *p1, void *p2, unsigned long width, unsigned long height, + struct object_params *object_params); #endif -- cgit v1.2.3