From dcda3ab8ca5447b04da7a95cc82965265687a8a5 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 12 Apr 2009 14:25:02 +0200 Subject: Reactivate get_socket_port --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 678f087374..cc442422e8 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1358,6 +1358,7 @@ char *print_canonical_sockaddr(TALLOC_CTX *ctx, const struct sockaddr_storage *pss); void set_sockaddr_port(struct sockaddr *psa, uint16_t port); const char *client_name(int fd); +int get_socket_port(int fd); const char *client_addr(int fd, char *addr, size_t addrlen); const char *client_socket_addr(int fd, char *addr, size_t addr_len); int client_socket_port(int fd); -- cgit