aboutsummaryrefslogtreecommitdiffstats
path: root/include/luaevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/luaevent.h')
-rw-r--r--include/luaevent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/luaevent.h b/include/luaevent.h
index ce2624e..e8b8f05 100644
--- a/include/luaevent.h
+++ b/include/luaevent.h
@@ -13,6 +13,8 @@ typedef struct {
lua_State* loop_L;
} le_base;
+le_base* event_base_get(lua_State* L, int idx);
+
int luaopen_luaevent(lua_State* L);
#endif