From: Stefan Metzmacher Date: Fri, 20 May 2016 12:18:35 +0000 (+0200) Subject: netlogon.idl: make netr_SidAttr public X-Git-Tag: tdb-1.3.10~581 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0fd4943ea150ecc499fb4b49e836c86ec59ec714;p=thirdparty%2Fsamba.git netlogon.idl: make netr_SidAttr public It will be used in krb5pac.idl soon. Signed-off-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index a5c62308fa3..5eb8e6ae236 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -248,7 +248,7 @@ interface netlogon netr_SamBaseInfo base; } netr_SamInfo2; - typedef struct { + typedef [public] struct { dom_sid2 *sid; samr_GroupAttrs attributes; } netr_SidAttr;