summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-03-17 19:28:16 +0100
committerStefan Metzmacher <metze@samba.org>2017-03-23 09:01:21 +0100
commit3a5d76f092bbacc2b5eee2de509761670c95531f (patch)
treea2339bcb68a93cb40e9d7f69cbfd7da5cad3990e /librpc/idl
parent2901fe89216e941e7bc2fd7eb81c9d40349c17ab (diff)
downloadsamba-3a5d76f092bbacc2b5eee2de509761670c95531f.tar.gz
netlogon.idl: make netr_LogonInfoClass public
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/netlogon.idl2
1 files changed, 1 insertions, 1 deletions
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,