]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Make netr_DsRGetDCNameInfo public.
authorGünther Deschner <gd@samba.org>
Fri, 28 Mar 2008 12:30:13 +0000 (13:30 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 28 Mar 2008 12:30:13 +0000 (13:30 +0100)
Guenther

source/librpc/idl/netlogon.idl

index 8f07112bedc1b066b266d49da9c44549ea3f899b..cbf78c779f2a26a53291d5cf129003d89c34b103 100644 (file)
@@ -1009,7 +1009,7 @@ interface netlogon
                DS_DNS_FOREST                    = 0x80000000
        } netr_DsR_DcFlags;
 
-       typedef struct {
+       typedef [public] struct {
                [string,charset(UTF16)] uint16 *dc_unc;
                [string,charset(UTF16)] uint16 *dc_address;
                netr_DsRGetDCNameInfo_AddressType dc_address_type;