mirror of
https://gitee.com/openLuat/LuatOS
synced 2025-08-17 22:18:03 +08:00
add: luat_libs.h添加netdrv
This commit is contained in:
parent
8524766cab
commit
cffb977630
|
@ -193,4 +193,7 @@ LUAMOD_API int luaopen_ht1621(lua_State *L);
|
|||
// NAPT
|
||||
LUAMOD_API int luaopen_napt(lua_State *L);
|
||||
|
||||
// NETDRV
|
||||
LUAMOD_API int luaopen_netdrv( lua_State *L );
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user