summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 14:07:44 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:22 -0400
commit9b369ffcf0f113871b00de4229432a74fe436834 (patch)
tree23a447f5396ecd190f7628815362eb95746ee8c1 /source3/winbindd/winbindd_proto.h
parent3eff8e93e283828afdb3413aec2dae5c01b101b3 (diff)
downloadsamba-9b369ffcf0f113871b00de4229432a74fe436834.tar.gz
samba-9b369ffcf0f113871b00de4229432a74fe436834.tar.bz2
samba-9b369ffcf0f113871b00de4229432a74fe436834.zip
s3:winbind: Convert WINBINDD_UID_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 e0a43f5094..f1fb7e0a87 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -664,5 +664,11 @@ struct tevent_req *wb_uid2sid_send(TALLOC_CTX *mem_ctx,
uid_t uid);
NTSTATUS wb_uid2sid_recv(struct tevent_req *req, struct dom_sid *sid);
+struct tevent_req *winbindd_uid_to_sid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_uid_to_sid_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */