summaryrefslogtreecommitdiff
path: root/content/llcache.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2011-09-28 14:21:35 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2011-09-28 14:21:35 +0000
commit57547f7b1eef1f0d6384993cc60a33733b177a9e (patch)
tree1cdae799f784d8977f5c539786c88acafa41cfb7 /content/llcache.h
parent861f88aa43cebd6dbfd0ecde175a4e81b995c2a1 (diff)
downloadnetsurf-57547f7b1eef1f0d6384993cc60a33733b177a9e.tar.gz
netsurf-57547f7b1eef1f0d6384993cc60a33733b177a9e.tar.bz2
Make llcache_handle_get_url return a nsurl.
svn path=/trunk/netsurf/; revision=12905
Diffstat (limited to 'content/llcache.h')
-rw-r--r--content/llcache.h2
1 files changed, 1 insertions, 1 deletions
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