luasocket/src/select.h
2002-07-03 19:06:54 +00:00

8 lines
125 B
C

#ifndef SLCT_H_
#define SLCT_H_
void select_addclass(lua_State *L, cchar *lsclass);
void select_open(lua_State *L);
#endif