summaryrefslogtreecommitdiffstats
path: root/source3/include/async_smb.h
diff options
context:
space:
mode:
authorLuk Claes <luk@debian.org>2012-05-19 16:21:14 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-28 14:49:44 +0200
commitf43231c051d3be40b8676dd401e9511948b69bba (patch)
tree4993f59e32b6c34972180c3a9a09cd55ff026f89 /source3/include/async_smb.h
parentbf38a5df5b69d41e4fa5fff7cb4447a5155058ce (diff)
downloadsamba-f43231c051d3be40b8676dd401e9511948b69bba.tar.gz
samba-f43231c051d3be40b8676dd401e9511948b69bba.tar.xz
samba-f43231c051d3be40b8676dd401e9511948b69bba.zip
s3:libsmb: remove unused (un)set_pending functions
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include/async_smb.h')
-rw-r--r--source3/include/async_smb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/async_smb.h b/source3/include/async_smb.h
index 30c71a243ee..869d33226ef 100644
--- a/source3/include/async_smb.h
+++ b/source3/include/async_smb.h
@@ -34,8 +34,6 @@ 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);
-void cli_smb_req_unset_pending(struct tevent_req *req);
-bool cli_smb_req_set_pending(struct tevent_req *req);
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);