summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.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/librpc/gen_ndr/cli_wbint.h
parent9c6f4cd12a3e62165782e34226888648649a0fef (diff)
downloadsamba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.tar.gz
samba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.tar.bz2
samba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.zip
s3:winbind: Add async wb_sid2uid
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h
index e2cb963970..eb533012dc 100644
--- a/source3/librpc/gen_ndr/cli_wbint.h
+++ b/source3/librpc/gen_ndr/cli_wbint.h
@@ -46,4 +46,18 @@ NTSTATUS rpccli_wbint_LookupName(struct rpc_pipe_client *cli,
uint32_t flags /* [in] */,
enum lsa_SidType *type /* [out] [ref] */,
struct dom_sid *sid /* [out] [ref] */);
+struct tevent_req *rpccli_wbint_Sid2Uid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ const char *_dom_name /* [in] [unique,charset(UTF8)] */,
+ struct dom_sid *_sid /* [in] [ref] */,
+ uint64_t *_uid /* [out] [ref] */);
+NTSTATUS rpccli_wbint_Sid2Uid_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ NTSTATUS *result);
+NTSTATUS rpccli_wbint_Sid2Uid(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ const char *dom_name /* [in] [unique,charset(UTF8)] */,
+ struct dom_sid *sid /* [in] [ref] */,
+ uint64_t *uid /* [out] [ref] */);
#endif /* __CLI_WBINT__ */