diff options
Diffstat (limited to 'src/luasocket.c')
-rw-r--r-- | src/luasocket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luasocket.c b/src/luasocket.c index 96733b5..f72615a 100644 --- a/src/luasocket.c +++ b/src/luasocket.c | |||
@@ -1660,7 +1660,7 @@ static int receive_word(lua_State *L, p_sock sock) | |||
1660 | * Initializes the library interface with Lua and the socket library. | 1660 | * Initializes the library interface with Lua and the socket library. |
1661 | * Defines the symbols exported to Lua. | 1661 | * Defines the symbols exported to Lua. |
1662 | \*-------------------------------------------------------------------------*/ | 1662 | \*-------------------------------------------------------------------------*/ |
1663 | void lua_socketlibopen(lua_State *L) | 1663 | LUASOCKET_API void lua_socketlibopen(lua_State *L) |
1664 | { | 1664 | { |
1665 | struct luaL_reg funcs[] = { | 1665 | struct luaL_reg funcs[] = { |
1666 | {"bind", global_tcpbind}, | 1666 | {"bind", global_tcpbind}, |