summaryrefslogtreecommitdiff
path: root/lib/async_req/async_sock.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-04-08 23:03:59 +0200
committerVolker Lendecke <vl@samba.org>2009-04-08 23:11:59 +0200
commitccd293ba0e7eede1115c6f2f7de36bc38b59c02f (patch)
tree32570d10541b3539f5257917cdb84338f4eb0bd8 /lib/async_req/async_sock.h
parentcf7d26933b630006428c827df69728f4eab01e37 (diff)
downloadsamba-ccd293ba0e7eede1115c6f2f7de36bc38b59c02f.tar.gz
samba-ccd293ba0e7eede1115c6f2f7de36bc38b59c02f.tar.bz2
samba-ccd293ba0e7eede1115c6f2f7de36bc38b59c02f.zip
Remove async_req
Diffstat (limited to 'lib/async_req/async_sock.h')
-rw-r--r--lib/async_req/async_sock.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/async_req/async_sock.h b/lib/async_req/async_sock.h
index c5d9400eb6..ec859dc0ae 100644
--- a/lib/async_req/async_sock.h
+++ b/lib/async_req/async_sock.h
@@ -22,9 +22,6 @@
#include "includes.h"
-bool async_req_is_errno(struct async_req *req, int *err);
-int async_req_simple_recv_errno(struct async_req *req);
-
struct tevent_req *async_send_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
int fd, const void *buf, size_t len,