From fddc6610d724dc08433ea99a98406d76c47e9df1 Mon Sep 17 00:00:00 2001 From: Vincent Douillet Date: Thu, 26 Dec 2024 18:13:42 +0100 Subject: remove http_ret --- download.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'download.h') diff --git a/download.h b/download.h index f602bd7..0282cda 100644 --- a/download.h +++ b/download.h @@ -49,6 +49,6 @@ build_download_url(const struct kreq *, struct file *); * Return a requested file. * The KCGI request is required. */ -struct http_ret download(struct kreq *); +void download(struct kreq *); #endif /* DOWNLOAD_H */ -- cgit v1.2.3