diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-08-15 20:33:27 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-08-15 16:28:03 +0200 |
commit | fd42bc1846929d163cdf25a0e66feba16bffc442 (patch) | |
tree | 8027cce773d23dd04f198315760220a5afd239c9 /librpc/idl | |
parent | d2d5fb1abfcb9d21fe2742d53de00c7638fad14d (diff) | |
download | samba-fd42bc1846929d163cdf25a0e66feba16bffc442.tar.gz samba-fd42bc1846929d163cdf25a0e66feba16bffc442.tar.bz2 samba-fd42bc1846929d163cdf25a0e66feba16bffc442.zip |
librpc/idl: Make smb_acl_t public so we can pull/push it as a blob
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/smb_acl.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/smb_acl.idl b/librpc/idl/smb_acl.idl index 9586958bc6..856312f484 100644 --- a/librpc/idl/smb_acl.idl +++ b/librpc/idl/smb_acl.idl @@ -48,7 +48,7 @@ interface smb_acl gid_t gid; } smb_acl_entry; - typedef struct { + [public] typedef struct { int size; int count; int next; |