diff options
author | Günther Deschner <gd@samba.org> | 2008-05-07 21:01:09 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-05-08 01:10:34 +0200 |
commit | 196d808136359f147a4ff24f21afb17592393435 (patch) | |
tree | 3acdf2f21197b76f83b3d3428df95b6b3114b8df /source3/librpc/idl/nbt.idl | |
parent | d3dfdc2f598fae92f1d3d1e95754917ff5869fa7 (diff) | |
download | samba-196d808136359f147a4ff24f21afb17592393435.tar.gz samba-196d808136359f147a4ff24f21afb17592393435.tar.bz2 samba-196d808136359f147a4ff24f21afb17592393435.zip |
IDL: make nbt_cldap_netlogon_29 public.
Guenther
(This used to be commit 7159cce8055d0197cfc1a9daa08d2370527ea3bc)
Diffstat (limited to 'source3/librpc/idl/nbt.idl')
-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 07d2fe270d..be503f900a 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/librpc/idl/nbt.idl @@ -551,7 +551,7 @@ interface nbt uint16 lm20_token; } nbt_cldap_netlogon_13; - typedef struct { + typedef [public] struct { nbt_netlogon_command type; uint16 sbz; nbt_server_type server_type; |