summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h5
1 files changed, 4 insertions, 1 deletions
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