summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-08 18:03:27 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-08 18:03:27 +0100
commit1556055d91a752abc28764637c8a91eaaec9f131 (patch)
tree1da564a611151b48f4aad724316f4d942ab68a88 /desktop
parentcd7f1eceea81a69e5b4dcdef90d45aab44f8a11f (diff)
downloadnetsurf-1556055d91a752abc28764637c8a91eaaec9f131.tar.gz
netsurf-1556055d91a752abc28764637c8a91eaaec9f131.tar.bz2
fix nsurl references
Diffstat (limited to 'desktop')
-rw-r--r--desktop/download.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/download.h b/desktop/download.h
index 4084fa148..dc2befd90 100644
--- a/desktop/download.h
+++ b/desktop/download.h
@@ -28,6 +28,7 @@
struct gui_window;
struct llcache_handle;
+struct nsurl;
/** Type of a download context */
typedef struct download_context download_context;
@@ -74,7 +75,7 @@ void download_context_abort(download_context *ctx);
* \param ctx Context to retrieve URL from
* \return URL object
*/
-nsurl *download_context_get_url(const download_context *ctx);
+struct nsurl *download_context_get_url(const download_context *ctx);
/**
* Retrieve the MIME type for a download