From: Stefan Metzmacher Date: Fri, 17 Mar 2017 18:28:16 +0000 (+0100) Subject: netlogon.idl: make netr_LogonInfoClass public X-Git-Tag: tdb-1.3.13~406 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a5d76f092bbacc2b5eee2de509761670c95531f;p=thirdparty%2Fsamba.git netlogon.idl: make netr_LogonInfoClass public Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison --- diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 621d537a62c..e4b499fd85e 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -168,7 +168,7 @@ interface netlogon [size_is(length)] uint8 *data; } netr_GenericInfo; - typedef enum { + typedef [public] enum { NetlogonInteractiveInformation = 1, NetlogonNetworkInformation = 2, NetlogonServiceInformation = 3,