summaryrefslogtreecommitdiff
path: root/source3/include/wbc_async.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-16 20:38:11 +0100
committerVolker Lendecke <vl@samba.org>2009-03-16 20:45:55 +0100
commit05b49fd4c8aaf779b98eb2eabb860295dc1300b9 (patch)
tree2887ea8cd100d73b332bb1a06229a0dfdf4d6bbc /source3/include/wbc_async.h
parent1624b58beb4b3278acf7de721392ccc7dda65013 (diff)
downloadsamba-05b49fd4c8aaf779b98eb2eabb860295dc1300b9.tar.gz
samba-05b49fd4c8aaf779b98eb2eabb860295dc1300b9.tar.bz2
samba-05b49fd4c8aaf779b98eb2eabb860295dc1300b9.zip
Convert wb_trans to tevent_req
Diffstat (limited to 'source3/include/wbc_async.h')
-rw-r--r--source3/include/wbc_async.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h
index 987c32320c..37f500ea1c 100644
--- a/source3/include/wbc_async.h
+++ b/source3/include/wbc_async.h
@@ -24,10 +24,11 @@
struct wb_context;
-struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
- struct wb_context *wb_ctx, bool need_priv,
- struct winbindd_request *wb_req);
-wbcErr wb_trans_recv(struct async_req *req, TALLOC_CTX *mem_ctx,
+struct tevent_req *wb_trans_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct wb_context *wb_ctx, bool need_priv,
+ struct winbindd_request *wb_req);
+wbcErr wb_trans_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct winbindd_response **presponse);
struct wb_context *wb_context_init(TALLOC_CTX *mem_ctx);