aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
authorame <[email protected]>2026-06-12 00:56:21 -0500
committerame <[email protected]>2026-06-12 00:56:21 -0500
commit4ecdd3c18ccc5d3bcaa82ed720bf28443aa0ca9d (patch)
tree0c263f51545c664dd1d818cf63f6912ef0e73837 /src/lua.h
parent66aedfd65cff3494b70e8072646094479e3bfed8 (diff)
http body parsing rewrite
Diffstat (limited to 'src/lua.h')
-rw-r--r--src/lua.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lua.h b/src/lua.h
index 3672730..834ed85 100644
--- a/src/lua.h
+++ b/src/lua.h
@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <stdint.h>
#include "types/str.h"
+#include "types/parray.h"
#ifndef __lua_h
#define __lua_h
@@ -27,6 +28,8 @@ enum table_cache {
#define GIT_COMMIT "unknown"
#endif
+void luaI_fromparray(lua_State* L, int table_idx, parray_t* table, int strval);
+
int luaI_lowercase_index(lua_State* L);
int luaI_lowercase_newindex(lua_State* L);