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 --- http.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'http.h') diff --git a/http.h b/http.h index 71a5d61..198e6b0 100644 --- a/http.h +++ b/http.h @@ -35,14 +35,6 @@ #include "file.h" -/* - * Return structure for HTTP action methods - */ -struct http_ret { - enum khttp code; - char *message; -}; - /* * Initialize headers and start the document body with the provided http code. * All parameters are required. -- cgit v1.2.3