Author: abartlet
Date: 2004-11-05 12:53:04 +0000 (Fri, 05 Nov 2004)
New Revision: 3558

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=3558

Log:
We don't seem to need these as [public] any more.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/librpc/idl/netlogon.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl   2004-11-05 12:52:09 UTC (rev 
3557)
+++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl   2004-11-05 12:53:04 UTC (rev 
3558)
@@ -137,7 +137,7 @@
                uint8 key[8];
        } netr_LMSessionKey;
 
-       typedef [public] struct {
+       typedef struct {
                NTTIME last_logon;
                NTTIME last_logoff;
                NTTIME acct_expiry;
@@ -166,11 +166,11 @@
                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;

Reply via email to