moonbridge

diff 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
line diff
     1.1 --- a/moonbridge_io.h	Wed Apr 08 01:35:06 2015 +0200
     1.2 +++ b/moonbridge_io.h	Wed Apr 08 04:00:41 2015 +0200
     1.3 @@ -1,5 +1,6 @@
     1.4  
     1.5  void moonbr_io_pushhandle(lua_State *L, int fd, int useshutdown);
     1.6  void moonbr_io_closehandle(lua_State *L, int idx, int timeout);
     1.7 +int moonbr_io_tcpconnect(lua_State *L);
     1.8  int luaopen_moonbridge_io(lua_State *L);
     1.9  

Impressum / About Us