summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2016-05-20 14:18:35 +0200
committerAndrew Bartlett <abartlet@samba.org>2016-06-30 03:30:27 +0200
commit0fd4943ea150ecc499fb4b49e836c86ec59ec714 (patch)
tree13a5b6594529c47b2f8b0b8fbe0ba13fe1bdb82f /librpc
parent74bccb3be1cd6fab808dac5e25c587238d850990 (diff)
downloadsamba-0fd4943ea150ecc499fb4b49e836c86ec59ec714.tar.gz
netlogon.idl: make netr_SidAttr public
It will be used in krb5pac.idl soon. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/netlogon.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl
index a5c62308fa3..5eb8e6ae236 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -248,7 +248,7 @@ interface netlogon
netr_SamBaseInfo base;
} netr_SamInfo2;
- typedef struct {
+ typedef [public] struct {
dom_sid2 *sid;
samr_GroupAttrs attributes;
} netr_SidAttr;