samr.idl: make samr_DomInfo1 public
authorStefan Metzmacher <metze@sernet.de>
Fri, 14 Mar 2008 09:02:27 +0000 (10:02 +0100)
committerStefan Metzmacher <metze@sernet.de>
Fri, 2 May 2008 14:13:40 +0000 (16:13 +0200)
metze

source/librpc/idl/samr.idl

index e823d1d77b24d7e5726bb19fe1783a937e422a87..8ec6d502473cb916584070fdaecc3bc4b99bdfa5 100644 (file)
@@ -197,7 +197,7 @@ import "misc.idl", "lsa.idl", "security.idl";
                DOMAIN_REFUSE_PASSWORD_CHANGE   = 0x00000020
        } samr_PasswordProperties;
 
-       typedef struct {
+       typedef [public] struct {
                uint16 min_password_length;
                uint16 password_history_length;
                samr_PasswordProperties password_properties;