aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-09-07 00:34:10 -0400
committerThomas Harning Jr <harningt@gmail.com>2007-09-07 00:34:10 -0400
commit90dd5e4f7e2461da3d36f5455ab2f2099f8e6c84 (patch)
tree1ac35d4681cd077e841719474b89688e366f24f7 /include
parenta2741acddc500c191cdd934a6e8ce74efb9326e9 (diff)
downloadluaevent-prosody-90dd5e4f7e2461da3d36f5455ab2f2099f8e6c84.tar.gz
luaevent-prosody-90dd5e4f7e2461da3d36f5455ab2f2099f8e6c84.zip
event_buffer learned how to read/write from/to sockets/file-descriptors
Diffstat (limited to 'include')
-rw-r--r--include/luaevent.h1
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);