diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/util/util_net.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/util/util_net.h b/lib/util/util_net.h index 215a6574d4..2f1beffb16 100644 --- a/lib/util/util_net.h +++ b/lib/util/util_net.h @@ -106,7 +106,6 @@ char *print_sockaddr(char *dest, const struct sockaddr_storage *psa); char *print_canonical_sockaddr(TALLOC_CTX *ctx, const struct sockaddr_storage *pss); -const char *client_name(int fd); int get_socket_port(int fd); const char *client_socket_addr(int fd, char *addr, size_t addr_len); |