diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-16 21:02:26 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-16 21:05:02 +0100 |
commit | 8a2b7b3e56230c46df9ae3820578a2f3e765d32d (patch) | |
tree | c758758dd07faeab3acb13c55647ee362cb9236c /source3/include/wbc_async.h | |
parent | 05b49fd4c8aaf779b98eb2eabb860295dc1300b9 (diff) | |
download | samba-8a2b7b3e56230c46df9ae3820578a2f3e765d32d.tar.gz samba-8a2b7b3e56230c46df9ae3820578a2f3e765d32d.tar.bz2 samba-8a2b7b3e56230c46df9ae3820578a2f3e765d32d.zip |
Remove unused async_req references from wb_reqtrans.c
Diffstat (limited to 'source3/include/wbc_async.h')
-rw-r--r-- | source3/include/wbc_async.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h index 37f500ea1c..eaec0d11da 100644 --- a/source3/include/wbc_async.h +++ b/source3/include/wbc_async.h @@ -33,9 +33,7 @@ wbcErr wb_trans_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, struct wb_context *wb_context_init(TALLOC_CTX *mem_ctx); /* Definitions from wb_reqtrans.c */ -bool async_req_is_wbcerr(struct async_req *req, wbcErr *pwbc_err); wbcErr map_wbc_err_from_errno(int error); -wbcErr async_req_simple_recv_wbcerr(struct async_req *req); bool tevent_req_is_wbcerr(struct tevent_req *req, wbcErr *pwbc_err); wbcErr tevent_req_simple_recv_wbcerr(struct tevent_req *req); |