about summary refs log tree commit diff stats
path: root/tests/unittests/tools/stub_http_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/tools/stub_http_download.c')
-rw-r--r--tests/unittests/tools/stub_http_download.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unittests/tools/stub_http_download.c b/tests/unittests/tools/stub_http_download.c
index 202c9cbf..fb2cb1b8 100644
--- a/tests/unittests/tools/stub_http_download.c
+++ b/tests/unittests/tools/stub_http_download.c
@@ -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