From 57547f7b1eef1f0d6384993cc60a33733b177a9e Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 28 Sep 2011 14:21:35 +0000 Subject: Make llcache_handle_get_url return a nsurl. svn path=/trunk/netsurf/; revision=12905 --- content/llcache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/llcache.h') diff --git a/content/llcache.h b/content/llcache.h index 337408167..b596310e9 100644 --- a/content/llcache.h +++ b/content/llcache.h @@ -254,7 +254,7 @@ nserror llcache_handle_invalidate_cache_data(llcache_handle *handle); * \param handle Handle to retrieve URL from * \return Post-redirect URL of cache object */ -const char *llcache_handle_get_url(const llcache_handle *handle); +nsurl *llcache_handle_get_url(const llcache_handle *handle); /** * Retrieve source data of a low-level cache object -- cgit v1.2.3