summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 16:22:42 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:25 -0400
commit01ea26bf28ab697af03c7ebc3a1261c240fe1360 (patch)
tree4bb033e917b09b310a0b9e6ae5b70c23ddc0b065 /source3/winbindd/winbindd_proto.h
parentfec380818ffdd7fba58e8dd591049c4b2428ab7d (diff)
downloadsamba-01ea26bf28ab697af03c7ebc3a1261c240fe1360.tar.gz
samba-01ea26bf28ab697af03c7ebc3a1261c240fe1360.tar.bz2
samba-01ea26bf28ab697af03c7ebc3a1261c240fe1360.zip
s3:winbind: Add async wb_gettoken
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index ed416de954..df6df12dc3 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -756,6 +756,11 @@ struct tevent_req *winbindd_getuserdomgroups_send(TALLOC_CTX *mem_ctx,
struct winbindd_request *request);
NTSTATUS winbindd_getuserdomgroups_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_gettoken_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const struct dom_sid *sid);
+NTSTATUS wb_gettoken_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ int *num_sids, struct dom_sid **sids);