summaryrefslogtreecommitdiff
path: root/source3/include/wbc_async.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-08 10:04:04 +0100
committerVolker Lendecke <vl@samba.org>2009-03-08 11:21:00 +0100
commit0a3a7d53eb4d573aa6b1a1b9a9d81b848e37ac7f (patch)
treeb9d8a49bc4d284a4b8474a45b8c377410490cebb /source3/include/wbc_async.h
parent9a64d7cfbedec6fc634b523c2185213c136a5074 (diff)
downloadsamba-0a3a7d53eb4d573aa6b1a1b9a9d81b848e37ac7f.tar.gz
samba-0a3a7d53eb4d573aa6b1a1b9a9d81b848e37ac7f.tar.bz2
samba-0a3a7d53eb4d573aa6b1a1b9a9d81b848e37ac7f.zip
Convert wb_req_read to tevent_req
Diffstat (limited to 'source3/include/wbc_async.h')
-rw-r--r--source3/include/wbc_async.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h
index b90a3b71d8..b355c8fc9f 100644
--- a/source3/include/wbc_async.h
+++ b/source3/include/wbc_async.h
@@ -43,11 +43,10 @@ wbcErr async_req_simple_recv_wbcerr(struct async_req *req);
bool tevent_req_is_wbcerr(struct tevent_req *req, wbcErr *pwbc_err);
wbcErr tevent_req_simple_recv_wbcerr(struct tevent_req *req);
-struct async_req *wb_req_read_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- int fd, size_t max_extra_data);
-
-wbcErr wb_req_read_recv(struct async_req *req, TALLOC_CTX *mem_ctx,
+struct tevent_req *wb_req_read_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ int fd, size_t max_extra_data);
+wbcErr wb_req_read_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct winbindd_request **preq);
struct tevent_req *wb_req_write_send(TALLOC_CTX *mem_ctx,