diff options
| author | ame <[email protected]> | 2024-01-11 08:54:58 -0600 |
|---|---|---|
| committer | ame <[email protected]> | 2024-01-11 08:54:58 -0600 |
| commit | 9a8c7115e4a901f6df38ccaa5bf56f6d614a735f (patch) | |
| tree | 79aa2321fde6944646df783d3fefe5a91094f826 /src/io.h | |
| parent | 54b05b7f5250b3c468aae62b4ee3cd0a8a669b81 (diff) | |
arg_handle
Diffstat (limited to 'src/io.h')
| -rw-r--r-- | src/io.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,7 @@ int l_log(lua_State*); int l_warn(lua_State*); int l_error(lua_State*); int l_pprint(lua_State*); +int l_arg_handle(lua_State*); int l_json_parse(lua_State*); @@ -35,5 +36,6 @@ static const luaL_Reg io_function_list [] = { {"error",l_error}, {"pprint",l_pprint}, {"json_parse",l_json_parse}, + {"arg_handle",l_arg_handle}, {NULL,NULL} }; |
