diff options
author | Luke Leighton <lkcl@samba.org> | 1997-10-29 01:05:46 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1997-10-29 01:05:46 +0000 |
commit | b925b3d20c8e85c7b65a0ad599248443ae12905c (patch) | |
tree | e4e83832d94e809474cf74f76cb7dca583184502 /source3/include | |
parent | fe0a702322bdf3c76a517e2fd7e92a05219c49dd (diff) | |
download | samba-b925b3d20c8e85c7b65a0ad599248443ae12905c.tar.gz samba-b925b3d20c8e85c7b65a0ad599248443ae12905c.tar.bz2 samba-b925b3d20c8e85c7b65a0ad599248443ae12905c.zip |
added frag field to make_rpc_hdr() function
(This used to be commit 6b0e51929495582bc48a4d5fba24aa7c1f7caaf6)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |