summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 16:20:18 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:25 -0400
commitfec380818ffdd7fba58e8dd591049c4b2428ab7d (patch)
tree96e00aee9707c8bf1be15524cc90eb02ed1bd331 /source3/winbindd/winbindd_proto.h
parent1dc1ac00512a28bdc025b00fbfa676b0f5b15751 (diff)
downloadsamba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.tar.gz
samba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.tar.bz2
samba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.zip
s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS to the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 42acb9eea6..ed416de954 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -751,5 +751,12 @@ struct tevent_req *wb_lookupusergroups_send(TALLOC_CTX *mem_ctx,
NTSTATUS wb_lookupusergroups_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
int *num_sids, struct dom_sid **sids);
+struct tevent_req *winbindd_getuserdomgroups_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_getuserdomgroups_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
+
#endif /* _WINBINDD_PROTO_H_ */