aboutsummaryrefslogtreecommitdiff
path: root/src/inet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/inet.h')
-rw-r--r--src/inet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inet.h b/src/inet.h
index b69e82d..08979c1 100644
--- a/src/inet.h
+++ b/src/inet.h
@@ -25,7 +25,7 @@
25 25
26void inet_open(lua_State *L); 26void inet_open(lua_State *L);
27const char *inet_tryconnect(p_sock ps, const char *address, 27const char *inet_tryconnect(p_sock ps, const char *address,
28 unsigned short port); 28 unsigned short port, int timeout);
29const char *inet_trybind(p_sock ps, const char *address, 29const char *inet_trybind(p_sock ps, const char *address,
30 unsigned short port, int backlog); 30 unsigned short port, int backlog);
31const char *inet_trycreate(p_sock ps, int type); 31const char *inet_trycreate(p_sock ps, int type);