summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-27 12:57:03 +0100
committerGünther Deschner <gd@samba.org>2008-03-27 13:06:43 +0100
commit463975f937a1547b6baf8fec0b354054adbecd73 (patch)
tree40fe57551ee6b1803d83cebc7e4058a358c987b4 /source3/librpc/gen_ndr/cli_netlogon.h
parentad19eb4ab0dfed68edf23f89cb81000c5af701c7 (diff)
downloadsamba-463975f937a1547b6baf8fec0b354054adbecd73.tar.gz
samba-463975f937a1547b6baf8fec0b354054adbecd73.tar.bz2
samba-463975f937a1547b6baf8fec0b354054adbecd73.zip
Re-run make idl.
Guenther (This used to be commit 3f5fa596632077b0ffed1046d0a2fb6a011b16ea)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_netlogon.h')
-rw-r--r--source3/librpc/gen_ndr/cli_netlogon.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/source3/librpc/gen_ndr/cli_netlogon.h b/source3/librpc/gen_ndr/cli_netlogon.h
index 82c51fb2b8..296873274e 100644
--- a/source3/librpc/gen_ndr/cli_netlogon.h
+++ b/source3/librpc/gen_ndr/cli_netlogon.h
@@ -21,8 +21,8 @@ NTSTATUS rpccli_netr_LogonSamLogon(struct rpc_pipe_client *cli,
const char *computer_name /* [in] [unique,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [unique] */,
struct netr_Authenticator *return_authenticator /* [in,out] [unique] */,
- uint16_t logon_level /* [in] */,
- union netr_LogonLevel *logon /* [in] [ref,switch_is(logon_level)] */,
+ enum netr_LogonLevel logon_level /* [in] */,
+ union netr_LogonInfo *logon /* [in] [ref,switch_is(logon_level)] */,
uint16_t validation_level /* [in] */,
union netr_Validation *validation /* [out] [ref,switch_is(validation_level)] */,
uint8_t *authoritative /* [out] [ref] */);
@@ -32,8 +32,8 @@ NTSTATUS rpccli_netr_LogonSamLogoff(struct rpc_pipe_client *cli,
const char *computer_name /* [in] [unique,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [unique] */,
struct netr_Authenticator *return_authenticator /* [in,out] [unique] */,
- uint16_t logon_level /* [in] */,
- union netr_LogonLevel logon /* [in] [switch_is(logon_level)] */);
+ enum netr_LogonLevel logon_level /* [in] */,
+ union netr_LogonInfo logon /* [in] [switch_is(logon_level)] */);
NTSTATUS rpccli_netr_ServerReqChallenge(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
@@ -297,8 +297,8 @@ NTSTATUS rpccli_netr_LogonSamLogonEx(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_name /* [in] [unique,charset(UTF16)] */,
const char *computer_name /* [in] [unique,charset(UTF16)] */,
- uint16_t logon_level /* [in] */,
- union netr_LogonLevel *logon /* [in] [ref,switch_is(logon_level)] */,
+ enum netr_LogonLevel logon_level /* [in] */,
+ union netr_LogonInfo *logon /* [in] [ref,switch_is(logon_level)] */,
uint16_t validation_level /* [in] */,
union netr_Validation *validation /* [out] [ref,switch_is(validation_level)] */,
uint8_t *authoritative /* [out] [ref] */,
@@ -349,8 +349,8 @@ NTSTATUS rpccli_netr_LogonSamLogonWithFlags(struct rpc_pipe_client *cli,
const char *computer_name /* [in] [unique,charset(UTF16)] */,
struct netr_Authenticator *credential /* [in] [unique] */,
struct netr_Authenticator *return_authenticator /* [in,out] [unique] */,
- uint16_t logon_level /* [in] */,
- union netr_LogonLevel logon /* [in] [switch_is(logon_level)] */,
+ enum netr_LogonLevel logon_level /* [in] */,
+ union netr_LogonInfo logon /* [in] [switch_is(logon_level)] */,
uint16_t validation_level /* [in] */,
union netr_Validation *validation /* [out] [ref,switch_is(validation_level)] */,
uint8_t *authoritative /* [out] [ref] */,