diff options
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 32eb836..ef2f533 100644 --- a/src/timeout.h +++ b/src/timeout.h | |||
@@ -26,6 +26,6 @@ void tm_markstart(p_tm tm); | |||
26 | int tm_getstart(p_tm tm); | 26 | int tm_getstart(p_tm tm); |
27 | int tm_get(p_tm tm); | 27 | int tm_get(p_tm tm); |
28 | int tm_gettime(void); | 28 | int tm_gettime(void); |
29 | int tm_meth_timeout(lua_State *L, p_tm tm); | 29 | int tm_meth_settimeout(lua_State *L, p_tm tm); |
30 | 30 | ||
31 | #endif /* TM_H */ | 31 | #endif /* TM_H */ |