summaryrefslogtreecommitdiff
path: root/content/fetchcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/fetchcache.h')
-rw-r--r--content/fetchcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fetchcache.h b/content/fetchcache.h
index 37d3e1f18..3fadc3459 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -25,7 +25,7 @@ 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 *p2, union content_msg_data data),
void *p1, void *p2, unsigned long width, unsigned long height,
bool no_error_pages
#ifdef WITH_POST