summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-28 13:30:13 +0100
committerGünther Deschner <gd@samba.org>2008-03-28 13:30:13 +0100
commitb7951cc2b6ebd33cabe4c2f616fc012b437f80d3 (patch)
tree8a3c585470ff591458732e47a8bbc2eb15bed384 /source3/librpc
parentfae5873cada8454f52d4b216888077663a9cd0b2 (diff)
downloadsamba-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')
-rw-r--r--source3/librpc/idl/netlogon.idl2
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;