From acc66d91b2755e0535113cdbbec1c50ddb4a54a7 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Tue, 4 Apr 2017 12:18:42 +1200 Subject: [PATCH] drsuapi.idl: Expose GetNCChanges req8 like req10 Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- librpc/idl/drsuapi.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl index d08054f509b..2eb1d655f89 100644 --- a/librpc/idl/drsuapi.idl +++ b/librpc/idl/drsuapi.idl @@ -561,7 +561,7 @@ interface drsuapi [size_is(num_attids)] drsuapi_DsAttributeId attids[]; } drsuapi_DsPartialAttributeSet; - 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;