diff options
author | Simo Sorce <idra@samba.org> | 2010-03-16 16:15:39 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-03-22 21:49:40 -0400 |
commit | d9e311ddce50a6decc55ea442f562d11f06e2f78 (patch) | |
tree | 863a9df15ddaf9c23352b0e83499328d7d04d699 /librpc/idl | |
parent | 668e7db9d69c8ad62fe817fd057542149937a55f (diff) | |
download | samba-d9e311ddce50a6decc55ea442f562d11f06e2f78.tar.gz samba-d9e311ddce50a6decc55ea442f562d11f06e2f78.tar.bz2 samba-d9e311ddce50a6decc55ea442f562d11f06e2f78.zip |
s4:lsa Functions to set Domain Trust Information
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/lsa.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index 3560fa16a6..e9c65045d9 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -770,7 +770,7 @@ import "misc.idl", "security.idl"; lsa_DATA_BUF2 data; } lsa_TrustDomainInfoBuffer; - typedef struct { + typedef [public] struct { uint32 incoming_count; lsa_TrustDomainInfoBuffer *incoming_current_auth_info; lsa_TrustDomainInfoBuffer *incoming_previous_auth_info; |