summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/netlogon.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/netlogon.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/netlogon.idl')
-rw-r--r--source4/librpc/idl/netlogon.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 1b03527cf7..c4a0f97613 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -353,7 +353,7 @@ interface netlogon
} netr_USER_KEYS;
typedef struct {
- bool8 SensitiveDataFlag;
+ boolean8 SensitiveDataFlag;
uint32 DataLength;
/* netr_USER_KEYS encrypted with the session key */
@@ -380,9 +380,9 @@ interface netlogon
samr_AcctFlags acct_flags;
samr_Password lmpassword;
samr_Password ntpassword;
- bool8 nt_password_present;
- bool8 lm_password_present;
- bool8 password_expired;
+ boolean8 nt_password_present;
+ boolean8 lm_password_present;
+ boolean8 password_expired;
lsa_String comment;
lsa_String parameters;
uint16 country_code;
@@ -498,7 +498,7 @@ interface netlogon
typedef struct {
uint32 maxlogsize;
NTTIME auditretentionperiod;
- bool8 auditingmode;
+ boolean8 auditingmode;
uint32 maxauditeventcount;
[size_is(maxauditeventcount+1)] uint32 *eventauditoptions;
lsa_String primary_domain_name;