diff options
author | Stefan Metzmacher <metze@samba.org> | 2017-02-07 16:22:41 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2017-02-08 23:20:18 +0100 |
commit | f5d3b863c75af5373a2044b184a8c9be1f32e60a (patch) | |
tree | b8c1879e4a1444a1bd3fce4321b9632689318dd9 /librpc | |
parent | 0c77567a4e23bc87c249066319724413e9f9916e (diff) | |
download | samba-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')
-rw-r--r-- | librpc/idl/drsuapi.idl | 2 |
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; |