Add http_download tool

This commit is contained in:
William Wennerström
2020-07-02 22:04:21 +02:00
parent 362c6973de
commit 9499df6585
6 changed files with 293 additions and 6 deletions

View File

@@ -1390,7 +1390,7 @@ win_appendln_highlight(ProfWin* window, theme_item_t theme_item, const char* con
}
void
win_print_http_upload(ProfWin* window, const char* const message, char* url)
win_print_http_transfer(ProfWin *window, const char *const message, char *url)
{
win_print_outgoing_with_receipt(window, "!", NULL, message, url, NULL);
}