r3558: We don't seem to need these as [public] any more.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 5 Nov 2004 12:53:04 +0000 (12:53 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:32 +0000 (13:05 -0500)
Andrew Bartlett
(This used to be commit f1d0bb409a481aeb094c586458f2b05576d2bef8)

source4/librpc/idl/netlogon.idl

index 7f04d2b648256aa8b354dd33ade0fd3129030aa4..f6677d96216e18bb7e4637e0d3dea17246a1f628 100644 (file)
@@ -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;