From: Günther Deschner Date: Fri, 28 Mar 2008 12:30:13 +0000 (+0100) Subject: Make netr_DsRGetDCNameInfo public. X-Git-Tag: samba-3.3.0pre1~3044 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62c876080c1f3afdd143d1f7f66529827b0f2990;p=thirdparty%2Fsamba.git Make netr_DsRGetDCNameInfo public. Guenther --- diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index 8f07112bedc..cbf78c779f2 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -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;