moonbridge
diff moonbridge_io.h @ 107:06d965df8a0c
Moved local/remote address extraction/formatting to I/O library
| author | jbe |
|---|---|
| date | Wed Apr 08 23:13:09 2015 +0200 (2015-04-08) |
| parents | df1ab25c6513 |
| children | 6dfe5b424b18 |
line diff
1.1 --- a/moonbridge_io.h Wed Apr 08 20:38:18 2015 +0200 1.2 +++ b/moonbridge_io.h Wed Apr 08 23:13:09 2015 +0200 1.3 @@ -1,5 +1,5 @@ 1.4 1.5 -void moonbr_io_pushhandle(lua_State *L, int fd, int useshutdown); 1.6 +void moonbr_io_pushhandle(lua_State *L, int fd); 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);