moonbridge

annotate moonbridge_io.h @ 98:acaa85256c4b

Added moonbridge_io.tcpconnect(...) function
author jbe
date Wed Apr 08 04:00:41 2015 +0200 (2015-04-08)
parents de3982f17d05
children c9ffbdac1337
rev   line source
jbe@79 1
jbe@94 2 void moonbr_io_pushhandle(lua_State *L, int fd, int useshutdown);
jbe@88 3 void moonbr_io_closehandle(lua_State *L, int idx, int timeout);
jbe@98 4 int moonbr_io_tcpconnect(lua_State *L);
jbe@79 5 int luaopen_moonbridge_io(lua_State *L);
jbe@79 6

Impressum / About Us