Files
profanity/tests/unittests/test_http_download.h
William Wennerström eebf54c859 Infer filename from content-disposition or URL
The Content-Disposition inferring is probably a bad idea security wise,
so I am going to remove it.
2020-11-16 21:58:09 +01:00

3 lines
95 B
C

void http_filename_from_url_td(void **state);
void http_filename_from_header_td(void **state);