Add stubs

This commit is contained in:
William Wennerström
2020-07-21 11:36:09 +02:00
parent ab83afe21b
commit be62b446f7
5 changed files with 55 additions and 10 deletions

View File

@@ -23,6 +23,4 @@ void* http_file_get(void* userdata);
void http_download_cancel_processes(ProfWin* window);
void http_download_add_download(HTTPDownload* download);
char* http_filename_from_url(const char* url);
#endif