summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-03 23:44:46 +0200
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:20 -0400
commitbb359c780aee3fd7e1074db93a28c95590ae5d36 (patch)
tree20da9d2b875a3b93fc09f9c2ec74d7c9928f19cf /source3/librpc/gen_ndr/cli_wbint.h
parent2d6589fb0243cb2b73615de1aaea38a3059c08ed (diff)
downloadsamba-bb359c780aee3fd7e1074db93a28c95590ae5d36.tar.gz
samba-bb359c780aee3fd7e1074db93a28c95590ae5d36.tar.bz2
samba-bb359c780aee3fd7e1074db93a28c95590ae5d36.zip
s3:winbind: Add async wb_lookupsid
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h
index 25b13f2b64..b79fd19a36 100644
--- a/source3/librpc/gen_ndr/cli_wbint.h
+++ b/source3/librpc/gen_ndr/cli_wbint.h
@@ -12,4 +12,20 @@ NTSTATUS rpccli_wbint_Ping(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
uint32_t in_data /* [in] */,
uint32_t *out_data /* [out] [ref] */);
+struct tevent_req *rpccli_wbint_LookupSid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ struct dom_sid *_sid /* [in] [ref] */,
+ enum lsa_SidType *_type /* [out] [ref] */,
+ const char **_domain /* [out] [ref,charset(UTF8)] */,
+ const char **_name /* [out] [ref,charset(UTF8)] */);
+NTSTATUS rpccli_wbint_LookupSid_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ NTSTATUS *result);
+NTSTATUS rpccli_wbint_LookupSid(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct dom_sid *sid /* [in] [ref] */,
+ enum lsa_SidType *type /* [out] [ref] */,
+ const char **domain /* [out] [ref,charset(UTF8)] */,
+ const char **name /* [out] [ref,charset(UTF8)] */);
#endif /* __CLI_WBINT__ */