From: Stefan Metzmacher Date: Wed, 17 May 2017 09:35:37 +0000 (+0200) Subject: netlogon.idl: make netr_TrustFlags [public] X-Git-Tag: tdb-1.3.14~102 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=60274475332dafdfb829a7c086ea09cd9ed00540;p=gd%2Fsamba-autobuild%2F.git netlogon.idl: make netr_TrustFlags [public] BUG: https://bugzilla.samba.org/show_bug.cgi?id=12782 Signed-off-by: Stefan Metzmacher Reviewed-by: Andreas Schneider --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 4f9da3d715d..4dd376961f4 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1261,7 +1261,7 @@ interface netlogon /****************/ /* Function 0x1d */ - typedef [bitmap32bit] bitmap { + typedef [public,bitmap32bit] bitmap { NETR_TRUST_FLAG_IN_FOREST = 0x00000001, NETR_TRUST_FLAG_OUTBOUND = 0x00000002, NETR_TRUST_FLAG_TREEROOT = 0x00000004,