diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-09 18:23:40 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-09 18:23:40 +0000 |
commit | 58bdb658aaa1c30a8f3bed46eef880d308fae582 (patch) | |
tree | 5bf880c715daff79c1a2062f2f3ae8336858c83f /src/select.h | |
parent | b2724ad2d1cc3768a04270ed3f8014ec65ad133b (diff) | |
download | luasocket-58bdb658aaa1c30a8f3bed46eef880d308fae582.tar.gz luasocket-58bdb658aaa1c30a8f3bed46eef880d308fae582.tar.bz2 luasocket-58bdb658aaa1c30a8f3bed46eef880d308fae582.zip |
Select re-implemented in a nicer way.
Few changes in internal class and group registration.
Lua modules are compiled and built into library.
Dynamic library tested in Linux and Mac OS X.
Diffstat (limited to 'src/select.h')
-rw-r--r-- | src/select.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/select.h b/src/select.h index 2b2ed19..9521fae 100644 --- a/src/select.h +++ b/src/select.h | |||
@@ -2,10 +2,9 @@ | |||
2 | * Select implementation | 2 | * Select implementation |
3 | * RCS ID: $Id$ | 3 | * RCS ID: $Id$ |
4 | \*=========================================================================*/ | 4 | \*=========================================================================*/ |
5 | #ifndef SLCT_H_ | 5 | #ifndef SELECT_H |
6 | #define SLCT_H_ | 6 | #define SELECT_H |
7 | 7 | ||
8 | void select_addclass(lua_State *L, cchar *lsclass); | ||
9 | void select_open(lua_State *L); | 8 | void select_open(lua_State *L); |
10 | 9 | ||
11 | #endif | 10 | #endif /* SELECT_H */ |