summaryrefslogtreecommitdiffhomepage
path: root/response.h
diff options
context:
space:
mode:
Diffstat (limited to 'response.h')
-rw-r--r--response.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/response.h b/response.h
index ec90bc5..c9b9c06 100644
--- a/response.h
+++ b/response.h
@@ -1,6 +1,9 @@
#pragma once
+#include <lua.h>
+
#include "http.h"
+int response_send(lua_State *, const int);
int respond_only_status(int, enum status);
int respond_with_body(int, enum status, const char *, int);