diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-01-21 18:40:52 +0000 |
commit | 195069cf5f929f445b0ce20e531cd482d2559083 (patch) | |
tree | 6444d37c4ce32395428ba26ee0d16c0c372bd9da /src/timeout.h | |
parent | e63f500d24ff0238425c9e13f220daf09a277ef5 (diff) | |
download | luasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.gz luasocket-195069cf5f929f445b0ce20e531cd482d2559083.tar.bz2 luasocket-195069cf5f929f445b0ce20e531cd482d2559083.zip |
Fixed functions that return messages in ?socket.c.
Moved complexity of connect and accept there.
Created a new options.c module to take care of options.
Auxiliar.c is now cleaner.
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 0a036f4..6584a8e 100644 --- a/src/timeout.h +++ b/src/timeout.h | |||
@@ -20,7 +20,7 @@ void tm_open(lua_State *L); | |||
20 | void tm_init(p_tm tm, int block, int total); | 20 | void tm_init(p_tm tm, int block, int total); |
21 | int tm_get(p_tm tm); | 21 | int tm_get(p_tm tm); |
22 | int tm_getretry(p_tm tm); | 22 | int tm_getretry(p_tm tm); |
23 | void tm_markstart(p_tm tm); | 23 | p_tm tm_markstart(p_tm tm); |
24 | int tm_getstart(p_tm tm); | 24 | int tm_getstart(p_tm tm); |
25 | int tm_gettime(void); | 25 | int tm_gettime(void); |
26 | int tm_meth_settimeout(lua_State *L, p_tm tm); | 26 | int tm_meth_settimeout(lua_State *L, p_tm tm); |