moonbridge

annotate moonbridge_io.h @ 89:c4fd976d9537

Register I/O library as moonbridge_io (and not mapping functions into io)
author jbe
date Tue Apr 07 02:52:24 2015 +0200 (2015-04-07)
parents fca51922b708
children de3982f17d05
rev   line source
jbe@79 1
jbe@88 2 void moonbr_io_pushhandle(lua_State *L, int fd, int issocket, int canshutdown);
jbe@88 3 void moonbr_io_closehandle(lua_State *L, int idx, int timeout);
jbe@79 4 int luaopen_moonbridge_io(lua_State *L);
jbe@79 5

Impressum / About Us