summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_netlogon.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-02-16 10:59:45 +0100
committerStefan Metzmacher <metze@samba.org>2009-02-16 10:59:45 +0100
commit81e556f366322e3c07c1d7be4e989542380aed0e (patch)
tree155728c4414e36b0c8b309bbd6dca4205ce3b96e /librpc/gen_ndr/cli_netlogon.h
parent8339969ed39e4cf3577971869ef2fd127f1c3ae3 (diff)
downloadsamba-81e556f366322e3c07c1d7be4e989542380aed0e.tar.gz
samba-81e556f366322e3c07c1d7be4e989542380aed0e.tar.bz2
samba-81e556f366322e3c07c1d7be4e989542380aed0e.zip
librpc: rerun make idl
metze
Diffstat (limited to 'librpc/gen_ndr/cli_netlogon.h')
-rw-r--r--librpc/gen_ndr/cli_netlogon.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/librpc/gen_ndr/cli_netlogon.h b/librpc/gen_ndr/cli_netlogon.h
index dd086a908a..718fcde3d7 100644
--- a/librpc/gen_ndr/cli_netlogon.h
+++ b/librpc/gen_ndr/cli_netlogon.h
@@ -183,9 +183,14 @@ NTSTATUS rpccli_netr_DsRGetDCName(struct rpc_pipe_client *cli,
uint32_t flags /* [in] */,
struct netr_DsRGetDCNameInfo **info /* [out] [ref] */,
WERROR *werror);
-NTSTATUS rpccli_netr_NETRLOGONDUMMYROUTINE1(struct rpc_pipe_client *cli,
- TALLOC_CTX *mem_ctx,
- WERROR *werror);
+NTSTATUS rpccli_netr_LogonGetCapabilities(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ const char *server_name /* [in] [charset(UTF16)] */,
+ const char *computer_name /* [in] [unique,charset(UTF16)] */,
+ struct netr_Authenticator *credential /* [in] [ref] */,
+ struct netr_Authenticator *return_authenticator /* [in,out] [ref] */,
+ uint32_t query_level /* [in] */,
+ union netr_Capabilities *capabilities /* [out] [ref,switch_is(query_level)] */);
NTSTATUS rpccli_netr_NETRLOGONSETSERVICEBITS(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
WERROR *werror);