From 1556055d91a752abc28764637c8a91eaaec9f131 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 8 May 2014 18:03:27 +0100 Subject: fix nsurl references --- desktop/download.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop/download.h') 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 -- cgit v1.2.3