1 /* LuaEvent - Copyright (C) 2007 Thomas Harning <harningt@gmail.com>
2 * Licensed as LGPL - See doc/COPYING for details */
9 struct bufferevent
* ev
;
13 int buffer_event_register(lua_State
* L
);
14 int is_buffer_event(lua_State
* L
, int idx
);
15 le_bufferevent
* buffer_event_check(lua_State
* L
, int idx
);