1 /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
2 * Licensed as LGPL - See doc/COPYING for details */
16 struct timeval timeout
;
19 int event_callback_register(lua_State
* L
);
21 le_callback
* event_callback_push(lua_State
* L
, int baseIdx
, int callbackIdx
);
23 void luaevent_callback(int fd
, short event
, void* p
);