drsblobs.idl: make replPropertyMetaData1 public
authorStefan Metzmacher <metze@samba.org>
Thu, 5 Mar 2015 15:21:18 +0000 (16:21 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 12 Mar 2015 16:13:43 +0000 (17:13 +0100)
This is used as binary data for the msDS-RevealedUsers attribute.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
librpc/idl/drsblobs.idl

index 1960716af91c368bdd0beb8fc8b4cd7a3705825a..5021ab0cc0a52d34da17731a97a2dae30a2c837f 100644 (file)
@@ -18,7 +18,7 @@ interface drsblobs {
         * w2k  uses version 1
         * w2k3 uses version 1
         */
-       typedef struct {
+       typedef [public] struct {
                drsuapi_DsAttributeId attid;
                uint32 version;
                NTTIME_1sec originating_change_time;