about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorMichael Vetter <jubalh@iodoru.org>2020-04-17 10:44:39 +0200
committerMichael Vetter <jubalh@iodoru.org>2020-04-17 10:44:39 +0200
commit05db5226dd1abe143866fb3c9e674b241d11d836 (patch)
tree3279e029a3360befa01bdbcd5ee74e85bf366781 /tests
parent0e1bccda18c51babc7f3c6aa3c82dcc6e56e9044 (diff)
downloadprofani-tty-05db5226dd1abe143866fb3c9e674b241d11d836.tar.gz
Fix http_upload stub
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