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 93e40b00d..24ed564ad 100644
--- a/content/fetchcache.h
+++ b/content/fetchcache.h
@@ -50,6 +50,6 @@ void fetchcache_go(struct content *content, const char *referer,
int width, int height,
char *post_urlenc,
struct form_successful_control *post_multipart,
- bool verifiable, const char *parent_url);
+ bool verifiable, struct content *parent);
#endif