moonbridge

changeset 207:2dd0eea2f5f8

Removed two functions from moonbridge_io.h
author jbe
date Sun Jun 21 23:38:53 2015 +0200 (2015-06-21)
parents 56efa825bfc7
children 77dc29ce7948
files moonbridge_io.h
line diff
     1.1 --- a/moonbridge_io.h	Sun Jun 21 22:40:52 2015 +0200
     1.2 +++ b/moonbridge_io.h	Sun Jun 21 23:38:53 2015 +0200
     1.3 @@ -1,7 +1,5 @@
     1.4  
     1.5  void moonbr_io_pushhandle(lua_State *L, int fd);
     1.6  void moonbr_io_closehandle(lua_State *L, int idx, int reset);
     1.7 -int moonbr_io_tcpconnect(lua_State *L);
     1.8 -int moonbr_io_tcpconnect_nb(lua_State *L);
     1.9  int luaopen_moonbridge_io(lua_State *L);
    1.10  

Impressum / About Us