summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/samr.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-05-16 23:51:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:08:03 -0500
commitd86da81304bc247c77b78f1f1d9da562168285d7 (patch)
tree8430892de89518715b7c022aa832c48060d103c2 /source4/librpc/idl/samr.idl
parentfda645af50ea82c74d51ef76b37a6b38a826c56c (diff)
downloadsamba-d86da81304bc247c77b78f1f1d9da562168285d7.tar.gz
samba-d86da81304bc247c77b78f1f1d9da562168285d7.tar.bz2
samba-d86da81304bc247c77b78f1f1d9da562168285d7.zip
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)
Diffstat (limited to 'source4/librpc/idl/samr.idl')
-rw-r--r--source4/librpc/idl/samr.idl12
1 files changed, 6 insertions, 6 deletions
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,