From 68e6e7e8e894312efb6d550d57fcafcd09b5fe4d Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 21 Jun 2013 18:33:56 +0200 Subject: lib: Remove unused "get_peer_name" Signed-off-by: Volker Lendecke Reviewed-by: Andrew Bartlett --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4477246fbb..13b1350624 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -619,7 +619,6 @@ struct tevent_req *open_socket_out_defer_send(TALLOC_CTX *mem_ctx, int timeout); NTSTATUS open_socket_out_defer_recv(struct tevent_req *req, int *pfd); int open_udp_socket(const char *host, int port); -const char *get_peer_name(int fd, bool force_lookup); const char *get_peer_addr(int fd, char *addr, size_t addr_len); struct tsocket_address; -- cgit