aboutsummaryrefslogtreecommitdiff
path: root/src/timeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeout.h')
-rw-r--r--src/timeout.h2
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;
17typedef t_tm *p_tm; 17typedef t_tm *p_tm;
18 18
19void tm_open(lua_State *L); 19int tm_open(lua_State *L);
20void tm_init(p_tm tm, int block, int total); 20void tm_init(p_tm tm, int block, int total);
21int tm_get(p_tm tm); 21int tm_get(p_tm tm);
22int tm_getretry(p_tm tm); 22int tm_getretry(p_tm tm);