aboutsummaryrefslogtreecommitdiff
path: root/src/lua.h
diff options
context:
space:
mode:
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);