From 34762b7eceda715a1cd1232de4c4b5b6291833b2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 21 Apr 2008 19:28:13 +0200 Subject: IDL: make nbt_cldap_netlogon_5 public. Guenther (This used to be commit f0917e8990ee6ada993c2c9808179eb0f8cfd662) --- source3/librpc/idl/nbt.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl/nbt.idl') 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; -- cgit