about summary refs log tree commit diff stats
path: root/src/tools/aesgcm_download.h
diff options
context:
space:
mode:
authorWilliam Wennerström <william@wstrm.dev>2020-07-21 10:34:29 +0200
committerWilliam Wennerström <william@wstrm.dev>2020-11-16 21:58:09 +0100
commit3d344cfeaa7708b5786e55d18af0cbcfc8ed25ab (patch)
tree83028c43e6227e54808dcdeaa06841df138da9ff /src/tools/aesgcm_download.h
parent7a1eb730b1fff7b49def2b86730642cbe0f74d41 (diff)
downloadprofani-tty-3d344cfeaa7708b5786e55d18af0cbcfc8ed25ab.tar.gz
Move common http tool code to http_common
Diffstat (limited to 'src/tools/aesgcm_download.h')
-rw-r--r--src/tools/aesgcm_download.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/aesgcm_download.h b/src/tools/aesgcm_download.h
index ebc8a5f9..e172b89a 100644
--- a/src/tools/aesgcm_download.h
+++ b/src/tools/aesgcm_download.h
@@ -43,6 +43,7 @@
 
 #include <sys/select.h>
 #include <curl/curl.h>
+#include "tools/http_common.h"
 #include "tools/http_download.h"
 
 #include "ui/win_types.h"
@@ -61,6 +62,4 @@ void* aesgcm_file_get(void* userdata);
 void aesgcm_download_cancel_processes(ProfWin* window);
 void aesgcm_download_add_download(AESGCMDownload* download);
 
-char* http_basename_from_url(const char* url);
-
 #endif