diff options
Diffstat (limited to 'src/inet.h')
-rw-r--r-- | src/inet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | void inet_open(lua_State *L); | 26 | void inet_open(lua_State *L); |
27 | const char *inet_tryconnect(p_sock ps, const char *address, | 27 | const char *inet_tryconnect(p_sock ps, const char *address, |
28 | unsigned short port); | 28 | unsigned short port, int timeout); |
29 | const char *inet_trybind(p_sock ps, const char *address, | 29 | const char *inet_trybind(p_sock ps, const char *address, |
30 | unsigned short port, int backlog); | 30 | unsigned short port, int backlog); |
31 | const char *inet_trycreate(p_sock ps, int type); | 31 | const char *inet_trycreate(p_sock ps, int type); |