luasocket/src/select.h
2003-03-28 21:08:50 +00:00

12 lines
320 B
C

/*=========================================================================*\
* Select implementation
* RCS ID: $Id$
\*=========================================================================*/
#ifndef SLCT_H_
#define SLCT_H_
void select_addclass(lua_State *L, cchar *lsclass);
void select_open(lua_State *L);
#endif