summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-25 22:13:34 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit7579f0fb175d9e9484465d54cbc933283c26005e (patch)
treec8b6d4e0f2f71a733cf8cf1e781bad834f3b53ff /source3/librpc/gen_ndr/cli_wbint.h
parent9c30a8dc6fffd592592a108f3d9d93769ba74417 (diff)
downloadsamba-7579f0fb175d9e9484465d54cbc933283c26005e.tar.gz
samba-7579f0fb175d9e9484465d54cbc933283c26005e.tar.bz2
samba-7579f0fb175d9e9484465d54cbc933283c26005e.zip
s3:winbind: Add an async dsgetdcname call
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h
index 9aa2f41a89..148870dcf0 100644
--- a/source3/librpc/gen_ndr/cli_wbint.h
+++ b/source3/librpc/gen_ndr/cli_wbint.h
@@ -172,4 +172,22 @@ NTSTATUS rpccli_wbint_QueryUserList_recv(struct tevent_req *req,
NTSTATUS rpccli_wbint_QueryUserList(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct wbint_userinfos *users /* [out] [ref] */);
+struct tevent_req *rpccli_wbint_DsGetDcName_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ const char *_domain_name /* [in] [ref,charset(UTF8)] */,
+ struct GUID *_domain_guid /* [in] [unique] */,
+ const char *_site_name /* [in] [unique,charset(UTF8)] */,
+ uint32_t _flags /* [in] */,
+ struct netr_DsRGetDCNameInfo **_dc_info /* [out] [ref] */);
+NTSTATUS rpccli_wbint_DsGetDcName_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ NTSTATUS *result);
+NTSTATUS rpccli_wbint_DsGetDcName(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ const char *domain_name /* [in] [ref,charset(UTF8)] */,
+ struct GUID *domain_guid /* [in] [unique] */,
+ const char *site_name /* [in] [unique,charset(UTF8)] */,
+ uint32_t flags /* [in] */,
+ struct netr_DsRGetDCNameInfo **dc_info /* [out] [ref] */);
#endif /* __CLI_WBINT__ */