summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-06 13:57:20 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-06 17:18:13 +0200
commit2b0cc3c412d2cad5e35728f86cc66109f5dc4676 (patch)
tree88339664c05634430542dfde45802de0de4a9aac /source3/libsmb/proto.h
parent27736bed83191ccad69e5ad7732cc8ed60c5864f (diff)
downloadsamba-2b0cc3c412d2cad5e35728f86cc66109f5dc4676.tar.gz
samba-2b0cc3c412d2cad5e35728f86cc66109f5dc4676.tar.bz2
samba-2b0cc3c412d2cad5e35728f86cc66109f5dc4676.zip
s3:libsmb: use clistr_pull_talloc() in cli_get_fs_volume_info()
metze
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 89f5857091..1919b084b5 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -611,7 +611,8 @@ struct tevent_req *cli_get_fs_attr_info_send(TALLOC_CTX *mem_ctx,
struct cli_state *cli);
NTSTATUS cli_get_fs_attr_info_recv(struct tevent_req *req, uint32_t *fs_attr);
NTSTATUS cli_get_fs_attr_info(struct cli_state *cli, uint32_t *fs_attr);
-NTSTATUS cli_get_fs_volume_info(struct cli_state *cli, fstring volume_name,
+NTSTATUS cli_get_fs_volume_info(struct cli_state *cli,
+ TALLOC_CTX *mem_ctx, char **volume_name,
uint32 *pserial_number, time_t *pdate);
NTSTATUS cli_get_fs_full_size_info(struct cli_state *cli,
uint64_t *total_allocation_units,