luasocket/src/select.h

12 lines
320 B
C
Raw Normal View History

2003-03-28 22:08:50 +01:00
/*=========================================================================*\
* Select implementation
* RCS ID: $Id$
\*=========================================================================*/
2002-07-03 21:06:54 +02:00
#ifndef SLCT_H_
#define SLCT_H_
void select_addclass(lua_State *L, cchar *lsclass);
void select_open(lua_State *L);
#endif