From 8e7257aac8b30aaa57577770fd636e784361e35d Mon Sep 17 00:00:00 2001 From: ame Date: Thu, 12 Jun 2025 02:10:10 -0500 Subject: fix some net code, add streaming to some requests --- src/io.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/io.h') diff --git a/src/io.h b/src/io.h index 36702f9..b959bbd 100644 --- a/src/io.h +++ b/src/io.h @@ -25,7 +25,6 @@ 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*); @@ -56,6 +55,5 @@ 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} }; -- cgit v1.2.3