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 23344f6c..2c8d8a3d 100644
--- a/src/tools/http_download.h
+++ b/src/tools/http_download.h
@@ -49,6 +49,7 @@
 
 typedef struct http_download_t
 {
+    char* id;
     char* url;
     char* filename;
     char* cmd_template;