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, 2 insertions, 0 deletions
diff --git a/src/timeout.h b/src/timeout.h
index 817922f..595aac2 100644
--- a/src/timeout.h
+++ b/src/timeout.h
@@ -25,4 +25,6 @@ double tm_getstart(p_tm tm);
25double tm_gettime(void); 25double tm_gettime(void);
26int tm_meth_settimeout(lua_State *L, p_tm tm); 26int tm_meth_settimeout(lua_State *L, p_tm tm);
27 27
28#define tm_iszero(tm) ((tm)->block == 0.0)
29
28#endif /* TM_H */ 30#endif /* TM_H */