summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-02-07 16:22:41 +0100
committerAndrew Bartlett <abartlet@samba.org>2017-02-08 23:20:18 +0100
commitf5d3b863c75af5373a2044b184a8c9be1f32e60a (patch)
treeb8c1879e4a1444a1bd3fce4321b9632689318dd9 /librpc/idl
parent0c77567a4e23bc87c249066319724413e9f9916e (diff)
downloadsamba-f5d3b863c75af5373a2044b184a8c9be1f32e60a.tar.gz
drsuapi.idl: make drsuapi_DsGetNCChangesRequest10 [public]
This allows ndr_print to work. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/drsuapi.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index d2b3dcf02cb..d08054f509b 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -577,7 +577,7 @@ interface drsuapi
drsuapi_DsReplicaOIDMapping_Ctr mapping_ctr;
} drsuapi_DsGetNCChangesRequest8;
- typedef struct {
+ typedef [public] struct {
GUID destination_dsa_guid;
GUID source_dsa_invocation_id; /* the 'invocationId' field of the CN=NTDS Settings object */
[ref] drsuapi_DsReplicaObjectIdentifier *naming_context;