From b925b3d20c8e85c7b65a0ad599248443ae12905c Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Wed, 29 Oct 1997 01:05:46 +0000 Subject: added frag field to make_rpc_hdr() function (This used to be commit 6b0e51929495582bc48a4d5fba24aa7c1f7caaf6) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index fe35c3592e..10b0f0b796 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -945,7 +945,7 @@ void make_sam_info(DOM_SAM_INFO *sam, DOM_ID_INFO_1 *id1); char* smb_io_sam_info(BOOL io, DOM_SAM_INFO *sam, char *q, char *base, int align, int depth); char* smb_io_gid(BOOL io, DOM_GID *gid, char *q, char *base, int align, int depth); -void make_rpc_hdr(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type, +void make_rpc_hdr(RPC_HDR *hdr, enum RPC_PKT_TYPE pkt_type, uint8 frag, uint32 call_id, int data_len); char* smb_io_rpc_hdr(BOOL io, RPC_HDR *rpc, char *q, char *base, int align, int depth); void make_rpc_iface(RPC_IFACE *ifc, char data[16], uint32 version); -- cgit