drsuapi.idl: make drsuapi_DsGetNCChangesRequest10 [public]
authorStefan Metzmacher <metze@samba.org>
Tue, 7 Feb 2017 15:22:41 +0000 (16:22 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 8 Feb 2017 22:20:18 +0000 (23:20 +0100)
This allows ndr_print to work.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
librpc/idl/drsuapi.idl

index d2b3dcf02cbaa9048a9b4da2bc71ea457e4fbe3a..d08054f509bf7f92b96c66f8303a7cd20bdd0d9a 100644 (file)
@@ -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;