aboutsummaryrefslogtreecommitdiffstats
path: root/include/luaevent.h
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-09-05 23:33:46 -0400
committerThomas Harning Jr <harningt@gmail.com>2007-09-05 23:33:46 -0400
commitfb5f78f8c75ce907ae2796d4300c7f8053d20732 (patch)
treeb4ba07932f35e29e431af481165812efab48769b /include/luaevent.h
parent3bf12e614c65f22f012b35a19eafad28ad3d4ed5 (diff)
downloadluaevent-prosody-fb5f78f8c75ce907ae2796d4300c7f8053d20732.tar.gz
luaevent-prosody-fb5f78f8c75ce907ae2796d4300c7f8053d20732.zip
Added support for timeouts and timers.
Diffstat (limited to 'include/luaevent.h')
-rw-r--r--include/luaevent.h1
1 files changed, 1 insertions, 0 deletions
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);