summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-12-06 18:06:49 +0100
committerStefan Metzmacher <metze@samba.org>2013-01-29 21:48:01 +0100
commit729e2c36301620ccc61b1d97205fb3f482efbe15 (patch)
tree533c811b867a5c5884644bc19461a3cf6ee594df /source3/winbindd/winbindd_proto.h
parent3680cc4a11ef5476457b580f8422d0ab82451173 (diff)
downloadsamba-729e2c36301620ccc61b1d97205fb3f482efbe15.tar.gz
samba-729e2c36301620ccc61b1d97205fb3f482efbe15.tar.bz2
samba-729e2c36301620ccc61b1d97205fb3f482efbe15.zip
s3:winbindd: factor add_wbint_Principal_to_dict() out of wb_group_members_done()
for later reuse Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
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 33b0f01f3d..00b7c32194 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -643,6 +643,11 @@ struct tevent_req *wb_group_members_send(TALLOC_CTX *mem_ctx,
int max_depth);
NTSTATUS wb_group_members_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct talloc_dict **members);
+NTSTATUS add_wbint_Principal_to_dict(TALLOC_CTX *mem_ctx,
+ struct dom_sid *sid,
+ const char **name,
+ enum lsa_SidType type,
+ struct talloc_dict *dict);
struct tevent_req *wb_getgrsid_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,