Ver código fonte

add: luat_libs.h添加websocket库的声明

Wendal Chen 3 anos atrás
pai
commit
70e34f3799
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      luat/include/luat_libs.h

+ 2 - 0
luat/include/luat_libs.h

@@ -134,4 +134,6 @@ LUAMOD_API int luaopen_protobuf( lua_State *L );
 LUAMOD_API int luaopen_httpsrv( lua_State *L );
 LUAMOD_API int luaopen_rsa( lua_State *L );
 
+LUAMOD_API int luaopen_websocket( lua_State *L );
+
 #endif