diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2002-07-03 19:06:54 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2002-07-03 19:06:54 +0000 |
commit | 88026bef8a5ca586e354965a79134646fb566c72 (patch) | |
tree | 7594d9748c9dfd5db4addc0756b0cf86a0d9206a /src/select.h | |
parent | 9b8bce6465d2c7de84782f9e12f529a020a16444 (diff) | |
download | luasocket-88026bef8a5ca586e354965a79134646fb566c72.tar.gz luasocket-88026bef8a5ca586e354965a79134646fb566c72.tar.bz2 luasocket-88026bef8a5ca586e354965a79134646fb566c72.zip |
Initial revision
Diffstat (limited to 'src/select.h')
-rw-r--r-- | src/select.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/select.h b/src/select.h new file mode 100644 index 0000000..c3267ad --- /dev/null +++ b/src/select.h | |||
@@ -0,0 +1,7 @@ | |||
1 | #ifndef SLCT_H_ | ||
2 | #define SLCT_H_ | ||
3 | |||
4 | void select_addclass(lua_State *L, cchar *lsclass); | ||
5 | void select_open(lua_State *L); | ||
6 | |||
7 | #endif | ||