diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/async_smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h index c27dd2b36f..03dd274539 100644 --- a/source3/include/async_smb.h +++ b/source3/include/async_smb.h @@ -49,7 +49,7 @@ struct tevent_req *cli_smb_req_create(TALLOC_CTX *mem_ctx, struct iovec *bytes_iov); NTSTATUS cli_smb_req_send(struct tevent_req *req); size_t cli_smb_wct_ofs(struct tevent_req **reqs, int num_reqs); -bool cli_smb_chain_send(struct tevent_req **reqs, int num_reqs); +NTSTATUS cli_smb_chain_send(struct tevent_req **reqs, int num_reqs); uint8_t *cli_smb_inbuf(struct tevent_req *req); bool cli_has_async_calls(struct cli_state *cli); void cli_smb_req_unset_pending(struct tevent_req *req); |