summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-05 16:21:18 +0100
committerGünther Deschner <gd@samba.org>2015-03-12 17:13:43 +0100
commit5abb9acc9bea99b2bc95f622492137e5720615c2 (patch)
treecb73bd78fbcd041c9debcf81ee8bba426117a993 /librpc
parent450dc02d6dd0e405aaacddef03e37ff5f2829219 (diff)
downloadsamba-5abb9acc9bea99b2bc95f622492137e5720615c2.tar.gz
drsblobs.idl: make replPropertyMetaData1 public
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>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/drsblobs.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/drsblobs.idl b/librpc/idl/drsblobs.idl
index 1960716af91..5021ab0cc0a 100644
--- a/librpc/idl/drsblobs.idl
+++ b/librpc/idl/drsblobs.idl
@@ -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;