diff options
author | Günther Deschner <gd@samba.org> | 2008-04-21 19:28:13 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-21 20:21:39 +0200 |
commit | 34762b7eceda715a1cd1232de4c4b5b6291833b2 (patch) | |
tree | 11187c7c8865c33432fcc50d1432b6b0ee041a5d | |
parent | 8d87b54a9ec8f5dcf7e305f399ac3a36564e6b9f (diff) | |
download | samba-34762b7eceda715a1cd1232de4c4b5b6291833b2.tar.gz samba-34762b7eceda715a1cd1232de4c4b5b6291833b2.tar.bz2 samba-34762b7eceda715a1cd1232de4c4b5b6291833b2.zip |
IDL: make nbt_cldap_netlogon_5 public.
Guenther
(This used to be commit f0917e8990ee6ada993c2c9808179eb0f8cfd662)
-rw-r--r-- | source3/librpc/idl/nbt.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl index cfae5ca4a5..d67bb1cf6c 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/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; |