diff options
Diffstat (limited to 'src/inet.h')
| -rw-r--r-- | src/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -24,7 +24,7 @@ | |||
| 24 | 24 | ||
| 25 | int inet_open(lua_State *L); | 25 | int inet_open(lua_State *L); |
| 26 | 26 | ||
| 27 | const char *inet_trycreate(p_socket ps, int family, int type); | 27 | const char *inet_trycreate(p_socket ps, int family, int type, int protocol); |
| 28 | const char *inet_tryconnect(p_socket ps, int *family, const char *address, | 28 | const char *inet_tryconnect(p_socket ps, int *family, 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, int *family, const char *address, | 30 | const char *inet_trybind(p_socket ps, int *family, const char *address, |
