mirror of
https://github.com/samba-team/samba.git
synced 2025-12-03 04:23:50 +03:00
r14205: move smb specific stuff out of includes.h (finally!!!:-)
all this changes really help ccache to speed up the samba4 build:-) metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
ce80425f6d
commit
180a79d103
@@ -123,7 +123,7 @@ static size_t trans2_push_data_string(struct smbsrv_request *req,
|
||||
struct smb_trans2 *trans,
|
||||
uint32_t len_offset,
|
||||
uint32_t offset,
|
||||
const WIRE_STRING *str,
|
||||
const struct smb_wire_string *str,
|
||||
int dest_len,
|
||||
int flags)
|
||||
{
|
||||
@@ -190,7 +190,7 @@ static size_t trans2_push_data_string(struct smbsrv_request *req,
|
||||
*/
|
||||
static void trans2_append_data_string(struct smbsrv_request *req,
|
||||
struct smb_trans2 *trans,
|
||||
const WIRE_STRING *str,
|
||||
const struct smb_wire_string *str,
|
||||
uint_t len_offset,
|
||||
int flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user