diff options
author | Volker Lendecke <vl@samba.org> | 2009-08-27 17:11:24 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-08-29 19:42:26 +0200 |
commit | 50d9fb42fc771e07326f3f47103676f2ef88107e (patch) | |
tree | 67239f96f1154386cf5ca874bdec731fa48ac58b /source3/librpc/gen_ndr/cli_wbint.h | |
parent | 425239caeeb22cb0a221a38b70f2f2dc8b64bdcc (diff) | |
download | samba-50d9fb42fc771e07326f3f47103676f2ef88107e.tar.gz samba-50d9fb42fc771e07326f3f47103676f2ef88107e.tar.bz2 samba-50d9fb42fc771e07326f3f47103676f2ef88107e.zip |
w3:winbind: Convert WINBINDD_LOOKUPRIDS to the new API
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_wbint.h | 12 |
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 148870dcf0..7f8cb12edd 100644 --- a/source3/librpc/gen_ndr/cli_wbint.h +++ b/source3/librpc/gen_ndr/cli_wbint.h @@ -190,4 +190,16 @@ NTSTATUS rpccli_wbint_DsGetDcName(struct rpc_pipe_client *cli, const char *site_name /* [in] [unique,charset(UTF8)] */, uint32_t flags /* [in] */, struct netr_DsRGetDCNameInfo **dc_info /* [out] [ref] */); +struct tevent_req *rpccli_wbint_LookupRids_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct rpc_pipe_client *cli, + struct wbint_RidArray *_rids /* [in] [ref] */, + struct wbint_Principals *_names /* [out] [ref] */); +NTSTATUS rpccli_wbint_LookupRids_recv(struct tevent_req *req, + TALLOC_CTX *mem_ctx, + NTSTATUS *result); +NTSTATUS rpccli_wbint_LookupRids(struct rpc_pipe_client *cli, + TALLOC_CTX *mem_ctx, + struct wbint_RidArray *rids /* [in] [ref] */, + struct wbint_Principals *names /* [out] [ref] */); #endif /* __CLI_WBINT__ */ |