summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-08-21 15:02:03 +0200
committerGünther Deschner <gd@samba.org>2008-08-21 15:06:38 +0200
commitf2564f1dcc553b3bdf062355899362ce13951c6a (patch)
treee7fd595019a6da6bd23cd89be94d152f8c674be8 /source3/librpc/gen_ndr/cli_netlogon.h
parentdec6bc8f4487f99143a248acec33b896ce68e44d (diff)
downloadsamba-f2564f1dcc553b3bdf062355899362ce13951c6a.tar.gz
samba-f2564f1dcc553b3bdf062355899362ce13951c6a.tar.bz2
samba-f2564f1dcc553b3bdf062355899362ce13951c6a.zip
re-run make idl.
Guenther (This used to be commit f24cef9fa7be45212744d39b7c66804e64147afd)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_netlogon.h')
-rw-r--r--source3/librpc/gen_ndr/cli_netlogon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/cli_netlogon.h b/source3/librpc/gen_ndr/cli_netlogon.h
index 296873274e..2033315a5d 100644
--- a/source3/librpc/gen_ndr/cli_netlogon.h
+++ b/source3/librpc/gen_ndr/cli_netlogon.h
@@ -239,9 +239,9 @@ NTSTATUS rpccli_netr_ServerPasswordSet2(struct rpc_pipe_client *cli,
const char *account_name /* [in] [charset(UTF16)] */,
enum netr_SchannelType secure_channel_type /* [in] */,
const char *computer_name /* [in] [charset(UTF16)] */,
- struct netr_Authenticator credential /* [in] */,
- struct netr_CryptPassword new_password /* [in] */,
- struct netr_Authenticator *return_authenticator /* [out] [ref] */);
+ struct netr_Authenticator *credential /* [in] [ref] */,
+ struct netr_Authenticator *return_authenticator /* [out] [ref] */,
+ struct netr_CryptPassword *new_password /* [in] [ref] */);
NTSTATUS rpccli_netr_ServerPasswordGet(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,