summaryrefslogtreecommitdiff
path: root/desktop/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/download.h')
-rw-r--r--desktop/download.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/download.h b/desktop/download.h
index dc2befd90..b704c4c7d 100644
--- a/desktop/download.h
+++ b/desktop/download.h
@@ -91,7 +91,7 @@ const char *download_context_get_mime_type(const download_context *ctx);
* \param ctx Context to retrieve byte length from
* \return Total length, in bytes, or 0 if unknown
*/
-unsigned long download_context_get_total_length(const download_context *ctx);
+unsigned long long int download_context_get_total_length(const download_context *ctx);
/**
* Retrieve the filename for a download