diff options
author | Luk Claes <luk@debian.org> | 2012-05-26 11:45:09 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-05-28 14:49:50 +0200 |
commit | f7f73c4dbad4dc47e3f37cd09f90470c2e54a4c2 (patch) | |
tree | 4fb1a5c145e6f936e38d1f51c8090055c438c166 /source3/include | |
parent | 764b5e56108362a53acf8f435203dd1e56ecd2ce (diff) | |
download | samba-f7f73c4dbad4dc47e3f37cd09f90470c2e54a4c2.tar.gz samba-f7f73c4dbad4dc47e3f37cd09f90470c2e54a4c2.tar.bz2 samba-f7f73c4dbad4dc47e3f37cd09f90470c2e54a4c2.zip |
s3:libsmb: get rid of cli_has_async_calls
Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/async_smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h index 869d33226e..121a6ec326 100644 --- a/source3/include/async_smb.h +++ b/source3/include/async_smb.h @@ -33,7 +33,6 @@ struct tevent_req *cli_smb_req_create(TALLOC_CTX *mem_ctx, NTSTATUS cli_smb_req_send(struct tevent_req *req); size_t cli_smb_wct_ofs(struct tevent_req **reqs, int num_reqs); NTSTATUS cli_smb_chain_send(struct tevent_req **reqs, int num_reqs); -bool cli_has_async_calls(struct cli_state *cli); uint16_t cli_smb_req_mid(struct tevent_req *req); void cli_smb_req_set_mid(struct tevent_req *req, uint16_t mid); uint32_t cli_smb_req_seqnum(struct tevent_req *req); |