summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-06-13 12:13:07 +0200
committerVolker Lendecke <vl@samba.org>2009-06-14 11:25:47 +0200
commited3bc614cccec6167c64ac58d78344b6426cd019 (patch)
tree800ce0f72597591b1d8e866b46e84bb9f307d64a /source3/winbindd/winbindd_proto.h
parent0834574fdd6b469797b3b6a4edd45f321b9b9971 (diff)
downloadsamba-ed3bc614cccec6167c64ac58d78344b6426cd019.tar.gz
samba-ed3bc614cccec6167c64ac58d78344b6426cd019.tar.bz2
samba-ed3bc614cccec6167c64ac58d78344b6426cd019.zip
Add wb_domain_request_send/recv
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 8380e40cb1..a44f7b6d73 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -271,6 +271,12 @@ struct tevent_req *wb_child_request_send(TALLOC_CTX *mem_ctx,
struct winbindd_request *request);
int wb_child_request_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct winbindd_response **presponse, int *err);
+struct tevent_req *wb_domain_request_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_domain *domain,
+ struct winbindd_request *request);
+int wb_domain_request_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct winbindd_response **presponse, int *err);
void async_request(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
struct winbindd_request *request,