aboutsummaryrefslogtreecommitdiff
path: root/src/select.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2002-07-03 19:06:54 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2002-07-03 19:06:54 +0000
commit88026bef8a5ca586e354965a79134646fb566c72 (patch)
tree7594d9748c9dfd5db4addc0756b0cf86a0d9206a /src/select.h
parent9b8bce6465d2c7de84782f9e12f529a020a16444 (diff)
downloadluasocket-88026bef8a5ca586e354965a79134646fb566c72.tar.gz
luasocket-88026bef8a5ca586e354965a79134646fb566c72.tar.bz2
luasocket-88026bef8a5ca586e354965a79134646fb566c72.zip
Initial revision
Diffstat (limited to 'src/select.h')
-rw-r--r--src/select.h7
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
4void select_addclass(lua_State *L, cchar *lsclass);
5void select_open(lua_State *L);
6
7#endif