From 190a6b04c4f12ee20e7ae86cc3f280c63c2503f6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Tue, 17 Jul 2012 16:21:18 +0200 Subject: Limit when downloading should show progress and when not --- src/download.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/download.h') 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 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 } -- cgit v1.1-32-gdbae