summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-07-14 22:57:45 +0000
committerJames Bursa <james@netsurf-browser.org>2003-07-14 22:57:45 +0000
commit889ae885c66b0278c632090a0e1b89746a895ed4 (patch)
treebdb33f9b335584f04a61a6422e02a345181650b6 /content/fetchcache.h
parent907115c49d571eea11919e55d84bd599154ccb0f (diff)
downloadnetsurf-889ae885c66b0278c632090a0e1b89746a895ed4.tar.gz
netsurf-889ae885c66b0278c632090a0e1b89746a895ed4.tar.bz2
[project @ 2003-07-14 22:57:45 by bursa]
Add content instances. svn path=/import/netsurf/; revision=216
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index 1353f682d..ddfc2fa76 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -10,12 +10,9 @@
#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,
- struct object_params *object_params);
+ void *p1, void *p2, unsigned long width, unsigned long height);
#endif