From fb5f78f8c75ce907ae2796d4300c7f8053d20732 Mon Sep 17 00:00:00 2001 From: Thomas Harning Jr Date: Wed, 5 Sep 2007 23:33:46 -0400 Subject: Added support for timeouts and timers. --- include/luaevent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/luaevent.h') diff --git a/include/luaevent.h b/include/luaevent.h index e8b8f05..2424756 100644 --- a/include/luaevent.h +++ b/include/luaevent.h @@ -14,6 +14,7 @@ typedef struct { } le_base; le_base* event_base_get(lua_State* L, int idx); +void load_timeval(double time, struct timeval *tv); int luaopen_luaevent(lua_State* L); -- cgit v1.2.3