From 36eff6da2bfe5b183c2b4876bb2afe9dedec9b39 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 3 Oct 2011 15:56:47 +0000 Subject: Port more internals to nsurl. Front ends may need updating. svn path=/trunk/netsurf/; revision=12926 --- content/hlcache.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/hlcache.h') 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); -- cgit v1.2.3