1
0
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:
Stefan Metzmacher
2006-03-11 10:25:59 +00:00
committed by Gerald (Jerry) Carter
parent ce80425f6d
commit 180a79d103
15 changed files with 63 additions and 51 deletions

View File

@@ -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)
{