s4-winbind Add a proxy method to update DNS records with a read-write DC
[ira/wip.git] / librpc / idl / netlogon.idl
index 62d2af55889659fd92c10e0922836bde14b80439..1685cf9a1e90a6de3cd4418879527a2c380fd12a 100644 (file)
@@ -1715,7 +1715,7 @@ interface netlogon
                uint32 status;
        } NL_DNS_NAME_INFO;
 
-       typedef struct {
+       typedef [public] struct {
                uint32 count;
                [size_is(count)] NL_DNS_NAME_INFO *names;
        } NL_DNS_NAME_INFO_ARRAY;