diff options
| author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-02-04 14:29:11 +0000 |
|---|---|---|
| committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2004-02-04 14:29:11 +0000 |
| commit | 0b2542d1a61fc5425ff65ab3dbf7ba7de174763f (patch) | |
| tree | 8a6188e11db0c9ef6891c31e8a1bebca050b23b2 /src/timeout.h | |
| parent | f67864f86c7d703325e86b14d0ba33992c52891b (diff) | |
| download | luasocket-0b2542d1a61fc5425ff65ab3dbf7ba7de174763f.tar.gz luasocket-0b2542d1a61fc5425ff65ab3dbf7ba7de174763f.tar.bz2 luasocket-0b2542d1a61fc5425ff65ab3dbf7ba7de174763f.zip | |
Worked on the manual.
Implemented stuffing (needs test)
Added cddb and qp examples.
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 6584a8e..6b105c3 100644 --- a/src/timeout.h +++ b/src/timeout.h | |||
| @@ -16,7 +16,7 @@ typedef struct t_tm_ { | |||
| 16 | } t_tm; | 16 | } t_tm; |
| 17 | typedef t_tm *p_tm; | 17 | typedef t_tm *p_tm; |
| 18 | 18 | ||
| 19 | void tm_open(lua_State *L); | 19 | int 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); |
