1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00

Add core.request_insecure_environment()

This commit is contained in:
ShadowNinja 2014-09-09 21:52:07 -04:00
parent 05ab9973f9
commit 6c06330daf
5 changed files with 46 additions and 4 deletions

View file

@ -90,6 +90,9 @@ private:
// mkdir(path)
static int l_mkdir(lua_State *L);
// request_insecure_environment()
static int l_request_insecure_environment(lua_State *L);
public:
static void Initialize(lua_State *L, int top);
@ -98,3 +101,4 @@ public:
};
#endif /* L_UTIL_H_ */