diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2015-08-25 15:41:40 -0300 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2015-08-25 15:41:40 -0300 |
commit | 77bba625d7aaa0f9e118879163687fcbcb0b5a7b (patch) | |
tree | bbb719610c306b0af3225784164b44e2c509eb7c /src/inet.h | |
parent | 96965b179c7311f850f72a8629b9ba6d3a31d117 (diff) | |
download | luasocket-77bba625d7aaa0f9e118879163687fcbcb0b5a7b.tar.gz luasocket-77bba625d7aaa0f9e118879163687fcbcb0b5a7b.tar.bz2 luasocket-77bba625d7aaa0f9e118879163687fcbcb0b5a7b.zip |
Fixes suggested by @Florob in #147.
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, |