aboutsummaryrefslogtreecommitdiff
path: root/src/timeout.h
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 18:47:49 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2003-06-26 18:47:49 +0000
commit71f6bb60bf2b7457091c7106190f92ab7e51f7c6 (patch)
tree8ad3668667bd3da3c34f7ff7ae0a9a7a4daa4679 /src/timeout.h
parentf330540576031528f0daac231c61d4dd06e8ba1e (diff)
downloadluasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.gz
luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.tar.bz2
luasocket-71f6bb60bf2b7457091c7106190f92ab7e51f7c6.zip
Finished implementation of LuaSocket 2.0 alpha on Linux.
Some testing still needed.
Diffstat (limited to 'src/timeout.h')
-rw-r--r--src/timeout.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/timeout.h b/src/timeout.h
index 43476cb..32eb836 100644
--- a/src/timeout.h
+++ b/src/timeout.h
@@ -1,11 +1,11 @@
1#ifndef TM_H
2#define TM_H
1/*=========================================================================*\ 3/*=========================================================================*\
2* Timeout management functions 4* Timeout management functions
5* LuaSocket toolkit
3* 6*
4* RCS ID: $Id$ 7* RCS ID: $Id$
5\*=========================================================================*/ 8\*=========================================================================*/
6#ifndef TM_H
7#define TM_H
8
9#include <lua.h> 9#include <lua.h>
10 10
11/* timeout control structure */ 11/* timeout control structure */
@@ -28,4 +28,4 @@ int tm_get(p_tm tm);
28int tm_gettime(void); 28int tm_gettime(void);
29int tm_meth_timeout(lua_State *L, p_tm tm); 29int tm_meth_timeout(lua_State *L, p_tm tm);
30 30
31#endif 31#endif /* TM_H */