From fd42bc1846929d163cdf25a0e66feba16bffc442 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 15 Aug 2012 20:33:27 +1000 Subject: librpc/idl: Make smb_acl_t public so we can pull/push it as a blob --- librpc/idl/smb_acl.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc') 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; -- cgit