From 03b8b8e19952c40eb3eb22e16e7fbae4073b7b4b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 22 Dec 2010 14:40:16 +0100 Subject: s3: Remove unused open_any_socket_out Autobuild-User: Volker Lendecke Autobuild-Date: Wed Dec 22 17:27:29 CET 2010 on sn-devel-104 --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 817a56b26b..f9bf72f7a3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1331,8 +1331,6 @@ struct tevent_req *open_socket_out_defer_send(TALLOC_CTX *mem_ctx, uint16_t port, int timeout); NTSTATUS open_socket_out_defer_recv(struct tevent_req *req, int *pfd); -bool open_any_socket_out(struct sockaddr_storage *addrs, int num_addrs, - int timeout, int *fd_index, int *fd); 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); -- cgit