summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2014-06-04 14:12:38 -0700
committerJeremy Allison <jra@samba.org>2014-06-07 03:15:14 +0200
commit66a04ba7c115d3be111296000e93cc18a1a05ef6 (patch)
tree69a53e6cf365caf4f106b586a1bb9d296a886f4d /source3/libsmb/proto.h
parent536c799f00d7bdd6a574b6bdbc0e9c742eeef8b5 (diff)
downloadsamba-66a04ba7c115d3be111296000e93cc18a1a05ef6.tar.gz
samba-66a04ba7c115d3be111296000e93cc18a1a05ef6.tar.xz
samba-66a04ba7c115d3be111296000e93cc18a1a05ef6.zip
s3: libsmb : Move users of cli_dskattr to a 64-bit interface cli_disk_free().
Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <Volker.Lendecke@SerNet.DE>
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 525625cd30..63d2df4a37 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -516,6 +516,7 @@ struct tevent_req *cli_dskattr_send(TALLOC_CTX *mem_ctx,
NTSTATUS cli_dskattr_recv(struct tevent_req *req, int *bsize, int *total,
int *avail);
NTSTATUS cli_dskattr(struct cli_state *cli, int *bsize, int *total, int *avail);
+NTSTATUS cli_disk_size(struct cli_state *cli, uint64_t *bsize, uint64_t *total, uint64_t *avail);
struct tevent_req *cli_ctemp_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct cli_state *cli,