diff options
Diffstat (limited to 'src/inet.h')
| -rw-r--r-- | src/inet.h | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -29,6 +29,7 @@ const char *inet_tryconnect(p_socket ps, const char *address, | |||
| 29 | const char *serv, p_timeout tm, struct addrinfo *connecthints); | 29 | const char *serv, p_timeout tm, struct addrinfo *connecthints); |
| 30 | const char *inet_trybind(p_socket ps, const char *address, const char *serv, | 30 | const char *inet_trybind(p_socket ps, const char *address, const char *serv, |
| 31 | struct addrinfo *bindhints); | 31 | struct addrinfo *bindhints); |
| 32 | const char *inet_trydisconnect(p_socket ps, int family, p_timeout tm); | ||
| 32 | 33 | ||
| 33 | int inet_meth_getpeername(lua_State *L, p_socket ps, int family); | 34 | int inet_meth_getpeername(lua_State *L, p_socket ps, int family); |
| 34 | int inet_meth_getsockname(lua_State *L, p_socket ps, int family); | 35 | int inet_meth_getsockname(lua_State *L, p_socket ps, int family); |
