summaryrefslogtreecommitdiff
path: root/source3/libsmb/cli_smb2_fnum.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2017-11-14 15:42:14 -0800
committerAndreas Schneider <asn@cryptomilk.org>2017-11-15 15:56:24 +0100
commitaaa52ab7b5ae711b80e3967ab1ecc91888c346f6 (patch)
tree93eee3e4c7f8c1b82c0a4a3bf89d3578a97865d3 /source3/libsmb/cli_smb2_fnum.h
parenteefc7a27155b70d027b1193187dd435267d863ea (diff)
downloadsamba-aaa52ab7b5ae711b80e3967ab1ecc91888c346f6.tar.gz
s3: smbclient: Implement "volume" command over SMB2.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13140 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/libsmb/cli_smb2_fnum.h')
-rw-r--r--source3/libsmb/cli_smb2_fnum.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/libsmb/cli_smb2_fnum.h b/source3/libsmb/cli_smb2_fnum.h
index 793efc719ea..3d9b6eb3fe6 100644
--- a/source3/libsmb/cli_smb2_fnum.h
+++ b/source3/libsmb/cli_smb2_fnum.h
@@ -142,6 +142,11 @@ NTSTATUS cli_smb2_get_fs_full_size_info(struct cli_state *cli,
uint64_t *actual_allocation_units,
uint64_t *sectors_per_allocation_unit,
uint64_t *bytes_per_sector);
+NTSTATUS cli_smb2_get_fs_volume_info(struct cli_state *cli,
+ TALLOC_CTX *mem_ctx,
+ char **_volume_name,
+ uint32_t *pserial_number,
+ time_t *pdate);
NTSTATUS cli_smb2_query_security_descriptor(struct cli_state *cli,
uint16_t fnum,
uint32_t sec_info,