Fix stubs and move some tests to http_common

This commit is contained in:
William Wennerström
2020-07-21 13:11:50 +02:00
parent be62b446f7
commit 1bb6cecee6
10 changed files with 23 additions and 48 deletions

View File

@@ -20,8 +20,6 @@ typedef struct http_upload_t
int cancel;
} HTTPUpload;
//GSList *upload_processes;
void*
http_file_put(void* userdata)
{
@@ -33,6 +31,7 @@ file_mime_type(const char* const file_name)
{
return NULL;
}
off_t
file_size(const char* const file_name)
{