summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-16 11:25:31 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 12:38:19 +0200
commitc83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd (patch)
tree87c5ae4dde359800774e3c67d93eec24d5c5e7ea /source3/winbindd/winbindd_proto.h
parent8a683f489695b094ef91960f6fda4c8c57407682 (diff)
downloadsamba-c83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd.tar.gz
samba-c83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd.tar.bz2
samba-c83bf9cd7e147655cf3796a7dc1ed4b27ead6ebd.zip
s3:winbind: Add async wb_getgrsid
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 50da2c6aab..522ffca306 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -798,4 +798,12 @@ struct tevent_req *wb_group_members_send(TALLOC_CTX *mem_ctx,
NTSTATUS wb_group_members_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct talloc_dict **members);
+struct tevent_req *wb_getgrsid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const struct dom_sid *group_sid,
+ int max_nesting);
+NTSTATUS wb_getgrsid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ const char **domname, const char **name, gid_t *gid,
+ struct talloc_dict **members);
+
#endif /* _WINBINDD_PROTO_H_ */