summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 14:22:17 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:22 -0400
commit10685b37d4dc16dc75c48c08937f003af4968a0c (patch)
tree34b0f916a0a6d88423f61f21963c6c50fb04b766 /source3/winbindd/winbindd_proto.h
parent292f3f896fa5bc381c88526fc73a6224b8d286f0 (diff)
downloadsamba-10685b37d4dc16dc75c48c08937f003af4968a0c.tar.gz
samba-10685b37d4dc16dc75c48c08937f003af4968a0c.tar.bz2
samba-10685b37d4dc16dc75c48c08937f003af4968a0c.zip
s3:winbind: Convert WINBINDD_GID_TO_SID 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 d8bd984590..38d5200aae 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -675,5 +675,11 @@ struct tevent_req *wb_gid2sid_send(TALLOC_CTX *mem_ctx,
gid_t gid);
NTSTATUS wb_gid2sid_recv(struct tevent_req *req, struct dom_sid *sid);
+struct tevent_req *winbindd_gid_to_sid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_gid_to_sid_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */