diff options
author | Volker Lendecke <vl@samba.org> | 2009-03-08 09:34:35 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-03-08 11:20:59 +0100 |
commit | f5ee31602c7880b11dff82258764eb9a76cdc83b (patch) | |
tree | 97d3ca0ec51e8e7e294c2527c833465748a10a6b /source3/include | |
parent | fe486d7b9f580a17d23dd57582087c7d28cb738d (diff) | |
download | samba-f5ee31602c7880b11dff82258764eb9a76cdc83b.tar.gz samba-f5ee31602c7880b11dff82258764eb9a76cdc83b.tar.bz2 samba-f5ee31602c7880b11dff82258764eb9a76cdc83b.zip |
Add tevent_req wbc helpers
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/wbc_async.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h index 7a8768029a..0ae6c695f0 100644 --- a/source3/include/wbc_async.h +++ b/source3/include/wbc_async.h @@ -40,6 +40,9 @@ 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); + struct async_req *wb_req_read_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, int fd, size_t max_extra_data); |