diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-23 00:20:24 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-24 20:40:48 +0100 |
commit | bbbdfa20566a607e0fdfdd190bb12bc3130e8bee (patch) | |
tree | f9ac94f5e1172c3cfbd13a1c169f74c48ca211a9 /lib/async_req/async_sock.h | |
parent | 5766bf896cf85d17023410addb540ebbbef366dd (diff) | |
download | samba-bbbdfa20566a607e0fdfdd190bb12bc3130e8bee.tar.gz samba-bbbdfa20566a607e0fdfdd190bb12bc3130e8bee.tar.xz samba-bbbdfa20566a607e0fdfdd190bb12bc3130e8bee.zip |
Remove unused recvall
Diffstat (limited to 'lib/async_req/async_sock.h')
-rw-r--r-- | lib/async_req/async_sock.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/async_req/async_sock.h b/lib/async_req/async_sock.h index 0cf4e4ecf5a..bfa23d7836f 100644 --- a/lib/async_req/async_sock.h +++ b/lib/async_req/async_sock.h @@ -42,11 +42,6 @@ struct tevent_req *async_connect_send(TALLOC_CTX *mem_ctx, socklen_t address_len); int async_connect_recv(struct tevent_req *req, int *perrno); -struct async_req *recvall_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, - int fd, void *buffer, size_t length, - int flags); -ssize_t recvall_recv(struct async_req *req, int *perr); - struct tevent_req *writev_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, int fd, struct iovec *iov, int count); ssize_t writev_recv(struct tevent_req *req, int *perrno); |