summaryrefslogtreecommitdiffstats
path: root/source/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-04-21 19:28:13 +0200
committerKarolin Seeger <kseeger@samba.org>2008-04-22 08:51:57 +0200
commitb5575b70ebdc051fee87404c3e0d630b91cedb79 (patch)
tree51da97a8bc1da4e8bc91f80020bfd35a9d21de8e /source/librpc
parent08ff20d99815515479328bd16cdf48f6f0d881f8 (diff)
downloadsamba-b5575b70ebdc051fee87404c3e0d630b91cedb79.tar.gz
samba-b5575b70ebdc051fee87404c3e0d630b91cedb79.tar.xz
samba-b5575b70ebdc051fee87404c3e0d630b91cedb79.zip
IDL: make nbt_cldap_netlogon_5 public.
Guenther (cherry picked from commit f0917e8990ee6ada993c2c9808179eb0f8cfd662)
Diffstat (limited to 'source/librpc')
-rw-r--r--source/librpc/idl/nbt.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/librpc/idl/nbt.idl b/source/librpc/idl/nbt.idl
index cfae5ca4a50..d67bb1cf6c8 100644
--- a/source/librpc/idl/nbt.idl
+++ b/source/librpc/idl/nbt.idl
@@ -494,7 +494,7 @@ interface nbt
uint16 lm20_token;
} nbt_cldap_netlogon_3;
- typedef struct {
+ typedef [public] struct {
uint32 type;
nbt_server_type server_type;
GUID domain_uuid;