about summary refs log tree commit diff stats
path: root/src/tools/aesgcm_download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/aesgcm_download.h')
-rw-r--r--src/tools/aesgcm_download.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/aesgcm_download.h b/src/tools/aesgcm_download.h
index e172b89a..c0096f1d 100644
--- a/src/tools/aesgcm_download.h
+++ b/src/tools/aesgcm_download.h
@@ -52,6 +52,7 @@ typedef struct aesgcm_download_t
 {
     char* url;
     char* filename;
+    char* cmd_template;
     ProfWin* window;
     pthread_t worker;
     HTTPDownload* http_dl;