summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-13 23:00:36 +0100
committerGünther Deschner <gd@samba.org>2008-02-13 23:01:33 +0100
commita15db9cadaedd000687a9dab1b027f0093f764a7 (patch)
treef80eecd5199e01035c71005b44dadd3aa69ff054 /source3/librpc/gen_ndr/cli_netlogon.h
parent354a99eee18d937a18c2ea6a1b63edce68f9a7ce (diff)
downloadsamba-a15db9cadaedd000687a9dab1b027f0093f764a7.tar.gz
samba-a15db9cadaedd000687a9dab1b027f0093f764a7.tar.bz2
samba-a15db9cadaedd000687a9dab1b027f0093f764a7.zip
Re-run make idl.
Guenther (This used to be commit a111167062f0bee9477b5988a3ce796af81407fc)
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 0b6ed869c5..f07c429224 100644
--- a/source3/librpc/gen_ndr/cli_netlogon.h
+++ b/source3/librpc/gen_ndr/cli_netlogon.h
@@ -52,9 +52,9 @@ NTSTATUS rpccli_netr_ServerPasswordSet(struct rpc_pipe_client *cli,
const char *account_name,
enum netr_SchannelType secure_channel_type,
const char *computer_name,
- struct netr_Authenticator credential,
- struct samr_Password new_password,
- struct netr_Authenticator *return_authenticator);
+ struct netr_Authenticator *credential,
+ struct netr_Authenticator *return_authenticator,
+ struct samr_Password *new_password);
NTSTATUS rpccli_netr_DatabaseDeltas(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *logon_server,