From 4ecdd3c18ccc5d3bcaa82ed720bf28443aa0ca9d Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 12 Jun 2026 00:56:21 -0500 Subject: http body parsing rewrite --- src/lua.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lua.h') 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 #include #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); -- cgit v1.2.3