about summary refs log tree commit diff stats
path: root/src/tools/http_common.h
diff options
context:
space:
mode:
authorWilliam Wennerström <william@wstrm.dev>2020-12-04 16:13:13 +0100
committerWilliam Wennerström <william@wstrm.dev>2020-12-04 16:13:13 +0100
commit1d2c0a8836123c3b484826b974f87a0061bc110b (patch)
tree21e926e71bd4ed7391f4d2d512a69802bf2ad17c /src/tools/http_common.h
parent3a6597ee2967f91f49a1b4e17cf0595f37064587 (diff)
downloadprofani-tty-1d2c0a8836123c3b484826b974f87a0061bc110b.tar.gz
Move unique_filename_from_url functions to common
Diffstat (limited to 'src/tools/http_common.h')
-rw-r--r--src/tools/http_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/http_common.h b/src/tools/http_common.h
index c0a553de..ac51b5a8 100644
--- a/src/tools/http_common.h
+++ b/src/tools/http_common.h
@@ -38,9 +38,7 @@
 
 #include "ui/window.h"
 
-char* http_basename_from_url(const char* url);
 void http_print_transfer(ProfWin* window, char* url, const char* fmt, ...);
 void http_print_transfer_update(ProfWin* window, char* url, const char* fmt, ...);
-gchar** http_format_external_argv(const char* cmd, const char* url, const char* filename);
 
 #endif