From 0d9b63663f888bafbc7451845a79dabf9ceadc0f Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 8 Jul 2010 01:13:57 -0400 Subject: s3:dcerpc Add prs_parse_dcerpc_bind --- librpc/idl/dcerpc.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/idl') 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; -- cgit