diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/luaevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/luaevent.h b/include/luaevent.h index 2424756..ef3386b 100644 --- a/include/luaevent.h +++ b/include/luaevent.h @@ -15,6 +15,7 @@ typedef struct { le_base* event_base_get(lua_State* L, int idx); void load_timeval(double time, struct timeval *tv); +int getSocketFd(lua_State* L, int idx); int luaopen_luaevent(lua_State* L); |