summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 16:26:07 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:25 -0400
commit0a16265bc21e6f1f8cef4f38b7b45f3fd356527c (patch)
tree7482a9f0a167731f945314240e376dd35e7a134f /source3/winbindd/winbindd_proto.h
parent01ea26bf28ab697af03c7ebc3a1261c240fe1360 (diff)
downloadsamba-0a16265bc21e6f1f8cef4f38b7b45f3fd356527c.tar.gz
samba-0a16265bc21e6f1f8cef4f38b7b45f3fd356527c.tar.bz2
samba-0a16265bc21e6f1f8cef4f38b7b45f3fd356527c.zip
s3:winbind: Convert WINBINDD_GETGROUPS to the new API
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 df6df12dc3..a9a374a532 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -761,6 +761,11 @@ struct tevent_req *wb_gettoken_send(TALLOC_CTX *mem_ctx,
const struct dom_sid *sid);
NTSTATUS wb_gettoken_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
int *num_sids, struct dom_sid **sids);
+struct tevent_req *winbindd_getgroups_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_getgroups_recv(struct tevent_req *req,
+ struct winbindd_response *response);