summaryrefslogtreecommitdiff
path: root/content/hlcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/hlcache.h')
-rw-r--r--content/hlcache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/hlcache.h b/content/hlcache.h
index 196e689bb..a817b0fbd 100644
--- a/content/hlcache.h
+++ b/content/hlcache.h
@@ -129,8 +129,8 @@ nserror hlcache_poll(void);
*
* \todo Is there any way to sensibly reduce the number of parameters here?
*/
-nserror hlcache_handle_retrieve(const char *url, uint32_t flags,
- const char *referer, llcache_post_data *post,
+nserror hlcache_handle_retrieve(nsurl *url, uint32_t flags,
+ nsurl *referer, llcache_post_data *post,
hlcache_handle_callback cb, void *pw,
hlcache_child_context *child,
content_type accepted_types, hlcache_handle **result);