summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-08-12 17:43:03 +0200
committerStefan Metzmacher <metze@samba.org>2009-08-12 19:22:06 +0200
commit1d75a6e2245c022e2688d5fa6807d572fa18bcd6 (patch)
treef86ae9bd5b2316a97b05c02d9cb3256654b181bd /source4/libcli/raw
parent1df883aa39ce69b040f9d9e72125bf4b80c714a9 (diff)
downloadsamba-1d75a6e2245c022e2688d5fa6807d572fa18bcd6.tar.gz
samba-1d75a6e2245c022e2688d5fa6807d572fa18bcd6.tar.bz2
samba-1d75a6e2245c022e2688d5fa6807d572fa18bcd6.zip
libcli/smb: move smb2_create_blob code to libcli/smb/
I want to use this in source3/smbd/ metze
Diffstat (limited to 'source4/libcli/raw')
-rw-r--r--source4/libcli/raw/interfaces.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h
index ad5f5bf223..13217158cb 100644
--- a/source4/libcli/raw/interfaces.h
+++ b/source4/libcli/raw/interfaces.h
@@ -1660,13 +1660,7 @@ union smb_open {
struct smb2_lease *lease_request;
/* and any additional blobs the caller wants */
- struct smb2_create_blobs {
- uint32_t num_blobs;
- struct smb2_create_blob {
- const char *tag;
- DATA_BLOB data;
- } *blobs;
- } blobs;
+ struct smb2_create_blobs blobs;
} in;
struct {
union smb_handle file;