summaryrefslogtreecommitdiff
path: root/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-01-24 11:22:54 +0100
committerGünther Deschner <gd@samba.org>2015-03-30 13:41:25 +0200
commit3c7c981fad4346bbcf7e56116846a7d34c94b9dc (patch)
treeca8bde265b12b25bb5d8ec043517224c7bb24688 /librpc/idl/lsa.idl
parent345e2fe3b122ee836d9b750ec85b50a029a93901 (diff)
downloadsamba-3c7c981fad4346bbcf7e56116846a7d34c94b9dc.tar.gz
lsa.idl: mark lsa_TrustDomainInfoInfoEx as public
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org>
Diffstat (limited to 'librpc/idl/lsa.idl')
-rw-r--r--librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl
index 7c96a898baa..4ab7bc2c360 100644
--- a/librpc/idl/lsa.idl
+++ b/librpc/idl/lsa.idl
@@ -734,7 +734,7 @@ import "misc.idl", "security.idl";
dom_sid2 *sid;
} lsa_TrustDomainInfoBasic;
- typedef struct {
+ typedef [public] struct {
lsa_StringLarge domain_name;
lsa_StringLarge netbios_name;
dom_sid2 *sid;