diff options
author | Günther Deschner <gd@samba.org> | 2009-09-16 08:54:31 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-09-16 08:55:51 +0200 |
commit | 37bc80645358fc2e2eba465b451080b0d328c722 (patch) | |
tree | 028aad413237927e2a73aa2f01bd1f2e9d3795e3 /source3/rpc_parse | |
parent | c5c04fcf90849d31ff4d0343dedec2c097823a7e (diff) | |
download | samba-37bc80645358fc2e2eba465b451080b0d328c722.tar.gz samba-37bc80645358fc2e2eba465b451080b0d328c722.tar.bz2 samba-37bc80645358fc2e2eba465b451080b0d328c722.zip |
s3-dcerpc: remove more obsolete or duplicate headers.
Guenther
Diffstat (limited to 'source3/rpc_parse')
-rw-r--r-- | source3/rpc_parse/parse_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_rpc.c b/source3/rpc_parse/parse_rpc.c index eb568b60a3..f720de35a1 100644 --- a/source3/rpc_parse/parse_rpc.c +++ b/source3/rpc_parse/parse_rpc.c @@ -29,7 +29,7 @@ Inits an RPC_HDR structure. ********************************************************************/ -void init_rpc_hdr(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type, uint8 flags, +void init_rpc_hdr(RPC_HDR *hdr, enum dcerpc_pkt_type pkt_type, uint8 flags, uint32 call_id, int data_len, int auth_len) { hdr->major = 5; /* RPC version 5 */ |