summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 15:54:05 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:24 -0400
commitce42ea3ab8c69a3f650d4c9bc787e4805aad928d (patch)
treec54ca89752da885dfd3c930abdf6f7bbc1ffacb3 /source3/librpc/gen_ndr/cli_wbint.h
parentf09a95aaff4542df4225f3828a0d737497f0f2e8 (diff)
downloadsamba-ce42ea3ab8c69a3f650d4c9bc787e4805aad928d.tar.gz
samba-ce42ea3ab8c69a3f650d4c9bc787e4805aad928d.tar.bz2
samba-ce42ea3ab8c69a3f650d4c9bc787e4805aad928d.zip
s3:winbind: Add async wb_lookupuseraliases
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h
index ebceddea5f..80f188f4f9 100644
--- a/source3/librpc/gen_ndr/cli_wbint.h
+++ b/source3/librpc/gen_ndr/cli_wbint.h
@@ -114,4 +114,16 @@ NTSTATUS rpccli_wbint_QueryUser(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct dom_sid *sid /* [in] [ref] */,
struct wbint_userinfo *info /* [out] [ref] */);
+struct tevent_req *rpccli_wbint_LookupUserAliases_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ struct wbint_SidArray *_sids /* [in] [ref] */,
+ struct wbint_RidArray *_rids /* [out] [ref] */);
+NTSTATUS rpccli_wbint_LookupUserAliases_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ NTSTATUS *result);
+NTSTATUS rpccli_wbint_LookupUserAliases(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct wbint_SidArray *sids /* [in] [ref] */,
+ struct wbint_RidArray *rids /* [out] [ref] */);
#endif /* __CLI_WBINT__ */