diff options
Diffstat (limited to 'source3/librpc')
-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; |