summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 13:42:22 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commit5db561a608a11895d8a9a038a98a9fcc7c867d59 (patch)
treed60f7c028a4e669994b71ca9fd1c435d45504cae /source3/winbindd/winbindd_proto.h
parent153ae58d7d37daffc7c5547ef9174baf64f9aaa7 (diff)
downloadsamba-5db561a608a11895d8a9a038a98a9fcc7c867d59.tar.gz
samba-5db561a608a11895d8a9a038a98a9fcc7c867d59.tar.bz2
samba-5db561a608a11895d8a9a038a98a9fcc7c867d59.zip
s3:winbind: Convert WINBINDD_SID_TO_GID the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index d26a85796d..d17d47a0d7 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -653,4 +653,10 @@ struct tevent_req *wb_sid2gid_send(TALLOC_CTX *mem_ctx,
const struct dom_sid *sid);
NTSTATUS wb_sid2gid_recv(struct tevent_req *req, gid_t *gid);
+struct tevent_req *winbindd_sid_to_gid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_sid_to_gid_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */