summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-12-26 18:13:42 +0100
committerVincent Douillet <vincent@vdouillet.fr>2024-12-27 15:21:14 +0100
commitfddc6610d724dc08433ea99a98406d76c47e9df1 (patch)
tree6e96ffbedbd2d7ab119345a9cc367b6869236819 /http.h
parent1bcf812973335b424655b272eb831d4eb8f059fc (diff)
remove http_retHEADmaster
Diffstat (limited to 'http.h')
-rw-r--r--http.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/http.h b/http.h
index 71a5d61..198e6b0 100644
--- a/http.h
+++ b/http.h
@@ -36,14 +36,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.
*/