summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-13 11:23:49 +0200
committerStefan Metzmacher <metze@samba.org>2011-09-13 13:16:07 +0200
commit2a5f8daa3e2563166413af75e53c8c2b90d22d8c (patch)
treef2883207cb45d3b1c91ee41d942b44c645486433 /source3/libsmb/proto.h
parent58482494fd58cd364ee80ce77fe75b7deccb26b4 (diff)
downloadsamba-2a5f8daa3e2563166413af75e53c8c2b90d22d8c.tar.gz
samba-2a5f8daa3e2563166413af75e53c8c2b90d22d8c.tar.bz2
samba-2a5f8daa3e2563166413af75e53c8c2b90d22d8c.zip
s3:libsmb: add cli_state_available_size()
metze
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 83da457b53..c618fda2b1 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -180,6 +180,7 @@ uint16_t cli_state_set_uid(struct cli_state *cli, uint16_t uid);
bool cli_set_case_sensitive(struct cli_state *cli, bool case_sensitive);
enum protocol_types cli_state_protocol(struct cli_state *cli);
uint32_t cli_state_capabilities(struct cli_state *cli);
+uint32_t cli_state_available_size(struct cli_state *cli, uint32_t ofs);
struct tevent_req *cli_echo_send(TALLOC_CTX *mem_ctx, struct event_context *ev,
struct cli_state *cli, uint16_t num_echos,
DATA_BLOB data);