summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 13:28:59 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commitea286fed7adf93311b0ca14c3ff1e7bac74a0b9b (patch)
tree462d3392064aeddfe841ebaba58ef36f479f4a10 /source3/winbindd/winbindd_proto.h
parent9c6f4cd12a3e62165782e34226888648649a0fef (diff)
downloadsamba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.tar.gz
samba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.tar.bz2
samba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.zip
s3:winbind: Add async wb_sid2uid
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 678a9231de..2a07ae2d4d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -637,4 +637,11 @@ struct tevent_req *winbindd_lookupname_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_lookupname_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_sid2uid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const struct dom_sid *sid);
+NTSTATUS wb_sid2uid_recv(struct tevent_req *req, uid_t *uid);
+
+
+
#endif /* _WINBINDD_PROTO_H_ */