summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/http.h b/http.h
index 71a5d61..ec2866d 100644
--- a/http.h
+++ b/http.h
@@ -31,19 +31,15 @@
#ifndef HTTP_H
#define HTTP_H
+#include <sys/types.h>
+
+#include <stdint.h>
+#include <stdarg.h>
#include <kcgi.h>
#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.
*/