diff options
author | 2012-07-17 16:21:18 +0200 | |
---|---|---|
committer | 2012-07-17 16:21:18 +0200 | |
commit | 190a6b04c4f12ee20e7ae86cc3f280c63c2503f6 (patch) | |
tree | 51ada07ebf425d79b730e690763cd36902741a8f /src/download.h | |
parent | 603f4cfca644c3afc75a4615f4b837e0bc6f3abf (diff) | |
download | idevicerestore-190a6b04c4f12ee20e7ae86cc3f280c63c2503f6.tar.gz idevicerestore-190a6b04c4f12ee20e7ae86cc3f280c63c2503f6.tar.bz2 |
Limit when downloading should show progress and when not
Diffstat (limited to 'src/download.h')
-rw-r--r-- | src/download.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/download.h b/src/download.h index a0d0f91..7e82b52 100644 --- a/src/download.h +++ b/src/download.h @@ -28,7 +28,7 @@ extern "C" { #include <stdint.h> int download_to_buffer(const char* url, char** buf, uint32_t* length); -int download_to_file(const char* url, const char* filename); +int download_to_file(const char* url, const char* filename, int enable_progress); #ifdef __cplusplus } |