about summary refs log tree commit diff stats
path: root/src/tools/http_download.h
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2023-06-06 18:35:18 +0200
committerGitHub <noreply@github.com>2023-06-06 18:35:18 +0200
commit6247c28e3116d85efce0f6e39552241d6de80966 (patch)
treee3cf13a08c70e667733fa777d4b9e2a70db42a4f /src/tools/http_download.h
parentd761e88ee62c0909275386258de345deef174174 (diff)
parent95e06ad16955f3b49c117cc6f2d53bf4da747154 (diff)
downloadprofani-tty-6247c28e3116d85efce0f6e39552241d6de80966.tar.gz
Merge pull request #1842 from H3rnand3zzz/feature/plugins-download
New Feature: Plugins Download
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);