From 3d344cfeaa7708b5786e55d18af0cbcfc8ed25ab Mon Sep 17 00:00:00 2001 From: William Wennerström Date: Tue, 21 Jul 2020 10:34:29 +0200 Subject: Move common http tool code to http_common --- src/tools/aesgcm_download.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tools/aesgcm_download.h') 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 #include +#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 -- cgit 1.4.1-2-gfad0