mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12: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
@@ -827,7 +827,7 @@ static size_t smbcli_blob_pull_ascii(TALLOC_CTX *mem_ctx,
|
||||
}
|
||||
|
||||
/*
|
||||
pull a string from a blob, returning a talloced WIRE_STRING
|
||||
pull a string from a blob, returning a talloced struct smb_wire_string
|
||||
|
||||
the string length is limited by the 3 things:
|
||||
- the data size in the blob
|
||||
@@ -843,7 +843,7 @@ static size_t smbcli_blob_pull_ascii(TALLOC_CTX *mem_ctx,
|
||||
size_t smbcli_blob_pull_string(struct smbcli_session *session,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
const DATA_BLOB *blob,
|
||||
WIRE_STRING *dest,
|
||||
struct smb_wire_string *dest,
|
||||
uint16_t len_offset, uint16_t str_offset,
|
||||
uint_t flags)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user