diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2012-04-11 13:21:25 -0700 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-04-11 13:25:11 -0700 |
commit | 2778766d678b147fc079d67dee036346381b4764 (patch) | |
tree | da44507f62fb9c8cd078cf25f6dc24107e56af34 /src/socket.h | |
parent | 3a8ba90dfb0c2eb224f317dd692ede426691e72a (diff) | |
download | luasocket-2778766d678b147fc079d67dee036346381b4764.tar.gz luasocket-2778766d678b147fc079d67dee036346381b4764.tar.bz2 luasocket-2778766d678b147fc079d67dee036346381b4764.zip |
Preliminary IPv6 support for v2.1
Diffstat (limited to 'src/socket.h')
-rw-r--r-- | src/socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/socket.h b/src/socket.h index 425628d..e325952 100644 --- a/src/socket.h +++ b/src/socket.h | |||
@@ -59,6 +59,7 @@ int socket_accept(p_socket ps, p_socket pa, SA *addr, | |||
59 | socklen_t *addr_len, p_timeout tm); | 59 | socklen_t *addr_len, p_timeout tm); |
60 | 60 | ||
61 | const char *socket_hoststrerror(int err); | 61 | const char *socket_hoststrerror(int err); |
62 | const char *socket_gaistrerror(int err); | ||
62 | const char *socket_strerror(int err); | 63 | const char *socket_strerror(int err); |
63 | 64 | ||
64 | /* these are perfect to use with the io abstraction module | 65 | /* these are perfect to use with the io abstraction module |