luasocket/src/select.h

11 lines
285 B
C
Raw Normal View History

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