aboutsummaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h1
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
61const char *socket_hoststrerror(int err); 61const char *socket_hoststrerror(int err);
62const char *socket_gaistrerror(int err);
62const char *socket_strerror(int err); 63const 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