aboutsummaryrefslogtreecommitdiff
path: root/src/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/download.h')
-rw-r--r--src/download.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/download.h b/src/download.h
index 8fe3afef..a5629cda 100644
--- a/src/download.h
+++ b/src/download.h
@@ -33,7 +33,9 @@
33/** 33/**
34 */ 34 */
35void displayDownloadUpdate(const struct ECRS_URI * uri, 35void displayDownloadUpdate(const struct ECRS_URI * uri,
36 unsigned long long completed); 36 unsigned long long completed,
37 const char * data,
38 unsigned int size);
37 39
38/** 40/**
39 */ 41 */