about summary refs log tree commit diff stats
path: root/tests/unittests/tools/stub_http_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/tools/stub_http_download.c')
-rw-r--r--tests/unittests/tools/stub_http_download.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/unittests/tools/stub_http_download.c b/tests/unittests/tools/stub_http_download.c
index 5fa1c46e..cc7bddc5 100644
--- a/tests/unittests/tools/stub_http_download.c
+++ b/tests/unittests/tools/stub_http_download.c
@@ -18,4 +18,13 @@ typedef struct http_download_t
     int cancel;
 } HTTPDownload;
 
+void*
+http_file_get(void* userdata)
+{
+    return NULL;
+}
+
+void http_download_cancel_processes(){};
+void http_download_add_download(){};
+
 #endif