moonbridge

diff moonbridge_io.h @ 100:df1ab25c6513

Bugfix in C function moonbr_io_closehandle
author jbe
date Wed Apr 08 05:11:58 2015 +0200 (2015-04-08)
parents c9ffbdac1337
children 06d965df8a0c
line diff
     1.1 --- a/moonbridge_io.h	Wed Apr 08 04:22:03 2015 +0200
     1.2 +++ b/moonbridge_io.h	Wed Apr 08 05:11:58 2015 +0200
     1.3 @@ -1,6 +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 +void moonbr_io_closehandle(lua_State *L, int idx, int reset);
     1.8  int moonbr_io_tcpconnect(lua_State *L);
     1.9  int moonbr_io_tcpconnect_nb(lua_State *L);
    1.10  int luaopen_moonbridge_io(lua_State *L);

Impressum / About Us