about summary refs log tree commit diff stats
path: root/src/tools/http_download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/http_download.h')
-rw-r--r--src/tools/http_download.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/http_download.h b/src/tools/http_download.h
index 2c8d8a3d..f75ba4d7 100644
--- a/src/tools/http_download.h
+++ b/src/tools/http_download.h
@@ -57,6 +57,7 @@ typedef struct http_download_t
     ProfWin* window;
     pthread_t worker;
     int cancel;
+    gboolean silent;
 } HTTPDownload;
 
 void* http_file_get(void* userdata);