diff options
Diffstat (limited to 'src/inet.h')
| -rw-r--r-- | src/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -26,7 +26,7 @@ | |||
| 26 | int inet_open(lua_State *L); | 26 | int inet_open(lua_State *L); |
| 27 | 27 | ||
| 28 | const char *inet_trycreate(p_socket ps, int family, int type); | 28 | const char *inet_trycreate(p_socket ps, int family, int type); |
| 29 | const char *inet_tryconnect(p_socket ps, const char *address, | 29 | const char *inet_tryconnect(p_socket ps, int *family, const char *address, |
| 30 | const char *serv, p_timeout tm, struct addrinfo *connecthints); | 30 | const char *serv, p_timeout tm, struct addrinfo *connecthints); |
| 31 | const char *inet_trybind(p_socket ps, const char *address, const char *serv, | 31 | const char *inet_trybind(p_socket ps, const char *address, const char *serv, |
| 32 | struct addrinfo *bindhints); | 32 | struct addrinfo *bindhints); |
