diff options
Diffstat (limited to 'src/sock.h')
-rw-r--r-- | src/sock.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,6 +43,6 @@ extern int socket_nonblocking (int sock); extern int socket_blocking (int sock); extern int getsock_ip (int fd, char *ipaddr); -extern int getpeer_information (int fd, char *ipaddr, char *string_addr); +extern void getpeer_information (union sockaddr_union *addr, char *ipaddr, size_t ipaddr_len); #endif |