From 427220c7b177cdae2379ac419d975c69764ba8ee Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Sun, 26 May 2013 21:26:26 +0800 Subject: Merge tryconnect6 into inet_tryconnect. --- src/inet.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inet.h') diff --git a/src/inet.h b/src/inet.h index 2f72533..252e293 100644 --- a/src/inet.h +++ b/src/inet.h @@ -26,7 +26,7 @@ int inet_open(lua_State *L); const char *inet_trycreate(p_socket ps, int family, int type); -const char *inet_tryconnect(p_socket ps, const char *address, +const char *inet_tryconnect(p_socket ps, int *family, const char *address, const char *serv, p_timeout tm, struct addrinfo *connecthints); const char *inet_trybind(p_socket ps, const char *address, const char *serv, struct addrinfo *bindhints); -- cgit v1.2.3-55-g6feb