From d86da81304bc247c77b78f1f1d9da562168285d7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 16 May 2006 23:51:01 +0000 Subject: r15653: Remove idl_types.h include where possible. Remove types from .h file that are now in pidls' aliases list. (This used to be commit fadb9529ec7e1208b9f58a4e8b633d5a50633e82) --- source4/librpc/idl/samr.idl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'source4/librpc/idl/samr.idl') diff --git a/source4/librpc/idl/samr.idl b/source4/librpc/idl/samr.idl index cb57472206..c9d21dba08 100644 --- a/source4/librpc/idl/samr.idl +++ b/source4/librpc/idl/samr.idl @@ -817,15 +817,15 @@ */ NTSTATUS samr_ChangePasswordUser( [in,ref] policy_handle *user_handle, - [in] bool8 lm_present, + [in] boolean8 lm_present, [in] samr_Password *old_lm_crypted, [in] samr_Password *new_lm_crypted, - [in] bool8 nt_present, + [in] boolean8 nt_present, [in] samr_Password *old_nt_crypted, [in] samr_Password *new_nt_crypted, - [in] bool8 cross1_present, + [in] boolean8 cross1_present, [in] samr_Password *nt_cross, - [in] bool8 cross2_present, + [in] boolean8 cross2_present, [in] samr_Password *lm_cross ); @@ -1086,7 +1086,7 @@ [in,ref] lsa_String *account, [in] samr_CryptPassword *nt_password, [in] samr_Password *nt_verifier, - [in] bool8 lm_change, + [in] boolean8 lm_change, [in] samr_CryptPassword *lm_password, [in] samr_Password *lm_verifier ); @@ -1171,7 +1171,7 @@ [in,ref] lsa_String *account, [in] samr_CryptPassword *nt_password, [in] samr_Password *nt_verifier, - [in] bool8 lm_change, + [in] boolean8 lm_change, [in] samr_CryptPassword *lm_password, [in] samr_Password *lm_verifier, [in] samr_CryptPassword *password3, -- cgit