aboutsummaryrefslogtreecommitdiff
path: root/src/timeout.h
diff options
context:
space:
mode:
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 */