summaryrefslogtreecommitdiff
path: root/desktop/download.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-10-19 19:43:00 +0100
committerVincent Sanders <vince@kyllikki.org>2019-10-19 19:43:00 +0100
commitf64b37b29f3a64d80f42f62c113fe81a15c5b275 (patch)
tree543b12f654ca04aa43a8bf93acc64efb323c7eb0 /desktop/download.h
parente01c24cef73d2cb70088af1381b90924129a112f (diff)
downloadnetsurf-f64b37b29f3a64d80f42f62c113fe81a15c5b275.tar.gz
netsurf-f64b37b29f3a64d80f42f62c113fe81a15c5b275.tar.bz2
make download core store size in at least 64bits to allow for large files
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