moonbridge

view moonbridge_io.h @ 148:c51c38d991df

Reverted previous commit (but changes to Makefile)
author jbe
date Thu May 07 22:22:21 2015 +0200 (2015-05-07)
parents 6dfe5b424b18
children c820130f55d7
line source
2 char moonbr_io_block_udata;
4 void moonbr_io_pushhandle(lua_State *L, int fd);
5 void moonbr_io_closehandle(lua_State *L, int idx, int reset);
6 int moonbr_io_tcpconnect(lua_State *L);
7 int moonbr_io_tcpconnect_nb(lua_State *L);
8 int luaopen_moonbridge_io(lua_State *L);

Impressum / About Us