diff options
| author | ame <[email protected]> | 2026-04-24 05:06:15 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2026-04-24 05:06:15 -0500 |
| commit | fe168cff249a672aced9cda1439ac7aea343c9af (patch) | |
| tree | 5539a21ed89c63c2b80af2cf47bd6d69e57bfe4c /src/lua.h | |
| parent | 91738e3cee334ecc122ce11687c7e434c6bb581a (diff) | |
http body parsing & request reading
Diffstat (limited to 'src/lua.h')
| -rw-r--r-- | src/lua.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ void luaI_copyvars(lua_State* src, lua_State* dest); void lua_upvalue_key_table(lua_State* L, int fidx);
int lua_assign_upvalues(lua_State* L, int fidx);
+int lua_iserror(lua_State* L);
typedef int (*stream_read_function)(uint64_t, str**, void**);
typedef int (*stream_free_function)(void**);
|
