diff options
author | Simo Sorce <idra@samba.org> | 2010-07-08 01:13:57 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-08 01:41:24 -0400 |
commit | 0d9b63663f888bafbc7451845a79dabf9ceadc0f (patch) | |
tree | 4b9d456f7f622e948890765f748f28487630762b /librpc | |
parent | ae526514a936b46112845480646402fdd385d7a2 (diff) | |
download | samba-0d9b63663f888bafbc7451845a79dabf9ceadc0f.tar.gz samba-0d9b63663f888bafbc7451845a79dabf9ceadc0f.tar.bz2 samba-0d9b63663f888bafbc7451845a79dabf9ceadc0f.zip |
s3:dcerpc Add prs_parse_dcerpc_bind
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; |