summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 13:38:52 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commit153ae58d7d37daffc7c5547ef9174baf64f9aaa7 (patch)
tree42121bbd65ca97f832be253b4330a07bc0874aac /source3/winbindd/winbindd_proto.h
parentfb7150f23b154fe53a91f3433ea33cf680d4fa93 (diff)
downloadsamba-153ae58d7d37daffc7c5547ef9174baf64f9aaa7.tar.gz
samba-153ae58d7d37daffc7c5547ef9174baf64f9aaa7.tar.bz2
samba-153ae58d7d37daffc7c5547ef9174baf64f9aaa7.zip
s3:winbind: Add async wb_sid2gid
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index e326f49559..d26a85796d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -648,5 +648,9 @@ struct tevent_req *winbindd_sid_to_uid_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_sid_to_uid_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_sid2gid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const struct dom_sid *sid);
+NTSTATUS wb_sid2gid_recv(struct tevent_req *req, gid_t *gid);
#endif /* _WINBINDD_PROTO_H_ */