diff options
Diffstat (limited to 'http.h')
| -rw-r--r-- | http.h | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -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. */ |
