diff options
author | Stefan Metzmacher <metze@samba.org> | 2009-08-12 17:43:03 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2009-08-12 19:22:06 +0200 |
commit | 1d75a6e2245c022e2688d5fa6807d572fa18bcd6 (patch) | |
tree | f86ae9bd5b2316a97b05c02d9cb3256654b181bd /source4/libcli/raw | |
parent | 1df883aa39ce69b040f9d9e72125bf4b80c714a9 (diff) | |
download | samba-1d75a6e2245c022e2688d5fa6807d572fa18bcd6.tar.gz |
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.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/source4/libcli/raw/interfaces.h b/source4/libcli/raw/interfaces.h index ad5f5bf2237..13217158cbe 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; |