diff options
author | Andrew Bartlett <abartlet@samba.org> | 2004-11-05 12:53:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:32 -0500 |
commit | 0af3429b8582b7edcdc440435d0ccbc78080ddeb (patch) | |
tree | f82b97838a656385f3ed5374a378a0498303101b /source4/librpc/idl/netlogon.idl | |
parent | dc73064bc51a931d4b9247c36f3f67402643d9dc (diff) | |
download | samba-0af3429b8582b7edcdc440435d0ccbc78080ddeb.tar.gz samba-0af3429b8582b7edcdc440435d0ccbc78080ddeb.tar.bz2 samba-0af3429b8582b7edcdc440435d0ccbc78080ddeb.zip |
r3558: We don't seem to need these as [public] any more.
Andrew Bartlett
(This used to be commit f1d0bb409a481aeb094c586458f2b05576d2bef8)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 6 |
1 files changed, 3 insertions, 3 deletions
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; |