diff options
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r-- | source4/librpc/idl/lsa.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl index c90654d941..d4829097bd 100644 --- a/source4/librpc/idl/lsa.idl +++ b/source4/librpc/idl/lsa.idl @@ -55,7 +55,7 @@ /******************/ /* Function: 0x03 */ - typedef struct { + typedef [public] struct { uint32 size; [subcontext(4)] security_descriptor *sd; } sec_desc_buf; @@ -216,7 +216,7 @@ dom_sid2 *sid; } lsa_SidPtr; - typedef struct { + typedef [public] struct { uint32 num_sids; [size_is(num_sids)] lsa_SidPtr *sids; } lsa_SidArray; |