summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2017-04-04 12:18:42 +1200
committerGarming Sam <garming@samba.org>2017-04-13 07:29:16 +0200
commitacc66d91b2755e0535113cdbbec1c50ddb4a54a7 (patch)
tree8b70da2477877541070f1d7d6fd23aab447e2a82 /librpc/idl
parent6e8fcd883362aef8bf1053e9adb94d827ebe9f21 (diff)
downloadsamba-acc66d91b2755e0535113cdbbec1c50ddb4a54a7.tar.gz
drsuapi.idl: Expose GetNCChanges req8 like req10
Signed-off-by: Garming Sam <garming@catalyst.net.nz> 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 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;