aboutsummaryrefslogtreecommitdiff
path: root/src/timeout.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/timeout.h')
-rw-r--r--src/timeout.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/timeout.h b/src/timeout.h
index 6715ca7..af90231 100644
--- a/src/timeout.h
+++ b/src/timeout.h
@@ -22,6 +22,7 @@ p_timeout timeout_markstart(p_timeout tm);
22double timeout_getstart(p_timeout tm); 22double timeout_getstart(p_timeout tm);
23double timeout_gettime(void); 23double timeout_gettime(void);
24int timeout_meth_settimeout(lua_State *L, p_timeout tm); 24int timeout_meth_settimeout(lua_State *L, p_timeout tm);
25int timeout_meth_gettimeout(lua_State *L, p_timeout tm);
25 26
26#define timeout_iszero(tm) ((tm)->block == 0.0) 27#define timeout_iszero(tm) ((tm)->block == 0.0)
27 28