diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-08-16 00:06:04 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-08-16 00:06:04 +0000 |
commit | c51d4acf1c2a8675a3bb043e799ff4390cef47d6 (patch) | |
tree | 345b71aa70b50c964a58980461e147a260fa6e0b /src/timeout.h | |
parent | 3099704affa1fda195eb8f3934f6c1f18bf1f706 (diff) | |
download | luasocket-c51d4acf1c2a8675a3bb043e799ff4390cef47d6.tar.gz luasocket-c51d4acf1c2a8675a3bb043e799ff4390cef47d6.tar.bz2 luasocket-c51d4acf1c2a8675a3bb043e799ff4390cef47d6.zip |
Adjusted a few inconsistencies with the manual.
Diffstat (limited to 'src/timeout.h')
-rw-r--r-- | src/timeout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeout.h b/src/timeout.h index 32eb836..ef2f533 100644 --- a/src/timeout.h +++ b/src/timeout.h | |||
@@ -26,6 +26,6 @@ void tm_markstart(p_tm tm); | |||
26 | int tm_getstart(p_tm tm); | 26 | int tm_getstart(p_tm tm); |
27 | int tm_get(p_tm tm); | 27 | int tm_get(p_tm tm); |
28 | int tm_gettime(void); | 28 | int tm_gettime(void); |
29 | int tm_meth_timeout(lua_State *L, p_tm tm); | 29 | int tm_meth_settimeout(lua_State *L, p_tm tm); |
30 | 30 | ||
31 | #endif /* TM_H */ | 31 | #endif /* TM_H */ |