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

@@ -18,9 +18,4 @@ typedef struct http_download_t
int cancel;
} HTTPDownload;
void* http_file_get(void* userdata);
void http_download_cancel_processes(ProfWin* window);
void http_download_add_download(HTTPDownload* download);
#endif