diff options
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/dcerpc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl index 49a4aae03e..68def36c5f 100644 --- a/librpc/idl/dcerpc.idl +++ b/librpc/idl/dcerpc.idl @@ -19,7 +19,7 @@ interface dcerpc ndr_syntax_id transfer_syntaxes[num_transfer_syntaxes]; } dcerpc_ctx_list; - typedef struct { + typedef [public] struct { uint16 max_xmit_frag; uint16 max_recv_frag; uint32 assoc_group_id; |