summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-06-21 18:33:56 +0200
committerAndrew Bartlett <abartlet@samba.org>2013-08-12 17:25:52 +1200
commit68e6e7e8e894312efb6d550d57fcafcd09b5fe4d (patch)
tree27ffabefe4d12ad68346fed8439d8e815d4310a5 /source3/include
parent52c51752e8e8d64f4332cae990688b5b11f1b422 (diff)
downloadsamba-68e6e7e8e894312efb6d550d57fcafcd09b5fe4d.tar.gz
samba-68e6e7e8e894312efb6d550d57fcafcd09b5fe4d.tar.bz2
samba-68e6e7e8e894312efb6d550d57fcafcd09b5fe4d.zip
lib: Remove unused "get_peer_name"
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
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;