diff options
author | Günther Deschner <gd@samba.org> | 2008-03-28 13:30:13 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-28 13:30:13 +0100 |
commit | b7951cc2b6ebd33cabe4c2f616fc012b437f80d3 (patch) | |
tree | 8a3c585470ff591458732e47a8bbc2eb15bed384 /source3/librpc/idl | |
parent | fae5873cada8454f52d4b216888077663a9cd0b2 (diff) | |
download | samba-b7951cc2b6ebd33cabe4c2f616fc012b437f80d3.tar.gz samba-b7951cc2b6ebd33cabe4c2f616fc012b437f80d3.tar.bz2 samba-b7951cc2b6ebd33cabe4c2f616fc012b437f80d3.zip |
Make netr_DsRGetDCNameInfo public.
Guenther
(This used to be commit 62c876080c1f3afdd143d1f7f66529827b0f2990)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 8f07112bed..cbf78c779f 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/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; |