From 0af3429b8582b7edcdc440435d0ccbc78080ddeb Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 5 Nov 2004 12:53:04 +0000 Subject: r3558: We don't seem to need these as [public] any more. Andrew Bartlett (This used to be commit f1d0bb409a481aeb094c586458f2b05576d2bef8) --- source4/librpc/idl/netlogon.idl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/librpc/idl/netlogon.idl') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 7f04d2b648..f6677d9621 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -137,7 +137,7 @@ interface netlogon uint8 key[8]; } netr_LMSessionKey; - typedef [public] struct { + typedef struct { NTTIME last_logon; NTTIME last_logoff; NTTIME acct_expiry; @@ -166,11 +166,11 @@ interface netlogon uint32 unknown[7]; } netr_SamBaseInfo; - typedef [public] struct { + typedef struct { netr_SamBaseInfo base; } netr_SamInfo2; - typedef [public] struct { + typedef struct { dom_sid2 *sid; uint32 attribute; } netr_SidAttr; -- cgit