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 --- upload.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upload.h') diff --git a/upload.h b/upload.h index 526a628..4ec23a6 100644 --- a/upload.h +++ b/upload.h @@ -49,6 +49,6 @@ build_upload_url(const struct kreq *, struct file *); * Print an upload form (http GET) or handle an upload form submission (http * POST). */ -struct http_ret upload(struct kreq *); +void upload(struct kreq *); #endif /* UPLOAD_H */ -- cgit v1.2.3