summaryrefslogtreecommitdiff
path: root/source4/libcli/raw/rawrequest.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-11 10:25:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:57:03 -0500
commit32b0bb64bcb91a3f08fcaea72b89bf6409d0e67c (patch)
treeb0e9928bb7505cdbdcf668c0d33e136b6d99ca8e /source4/libcli/raw/rawrequest.c
parentbc4156e6e22b9e850ebee9704e9991002f7cc0b8 (diff)
downloadsamba-32b0bb64bcb91a3f08fcaea72b89bf6409d0e67c.tar.gz
samba-32b0bb64bcb91a3f08fcaea72b89bf6409d0e67c.tar.bz2
samba-32b0bb64bcb91a3f08fcaea72b89bf6409d0e67c.zip
r14205: move smb specific stuff out of includes.h (finally!!!:-)
all this changes really help ccache to speed up the samba4 build:-) metze (This used to be commit 180a79d1036e54fc0c50572b820818e9aafa28e9)
Diffstat (limited to 'source4/libcli/raw/rawrequest.c')
-rw-r--r--source4/libcli/raw/rawrequest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/libcli/raw/rawrequest.c b/source4/libcli/raw/rawrequest.c
index cd76e0e438..b07a92e3fa 100644
--- a/source4/libcli/raw/rawrequest.c
+++ b/source4/libcli/raw/rawrequest.c
@@ -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)
{