From 196d808136359f147a4ff24f21afb17592393435 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 7 May 2008 21:01:09 +0200 Subject: IDL: make nbt_cldap_netlogon_29 public. Guenther (This used to be commit 7159cce8055d0197cfc1a9daa08d2370527ea3bc) --- source3/librpc/idl/nbt.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc') 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; -- cgit