about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unittests/tools/stub_http_upload.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unittests/tools/stub_http_upload.c b/tests/unittests/tools/stub_http_upload.c
index 7bf925db..3cfb1c5d 100644
--- a/tests/unittests/tools/stub_http_upload.c
+++ b/tests/unittests/tools/stub_http_upload.c
@@ -26,4 +26,7 @@ void* http_file_put(void *userdata) { return NULL; }
 char* file_mime_type(const char* const file_name) { return NULL; }
 off_t file_size(const char* const file_name) { return 0; }
 
+void http_upload_cancel_processes() {};
+void http_upload_add_upload() {};
+
 #endif