netlogon.idl: make netr_LogonInfoClass public
authorStefan Metzmacher <metze@samba.org>
Fri, 17 Mar 2017 18:28:16 +0000 (19:28 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 23 Mar 2017 08:01:21 +0000 (09:01 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
librpc/idl/netlogon.idl

index 621d537a62ccd9e289b183631a2d9064ae075990..e4b499fd85efbe32c5484be93974c8020d06f50a 100644 (file)
@@ -168,7 +168,7 @@ interface netlogon
                [size_is(length)] uint8 *data;
        } netr_GenericInfo;
 
-       typedef enum {
+       typedef [public] enum {
                NetlogonInteractiveInformation = 1,
                NetlogonNetworkInformation = 2,
                NetlogonServiceInformation = 3,