diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-09 21:01:09 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-09 21:50:24 +0200 |
commit | af2189cfeda936a91eda7313c029272bbfd8811f (patch) | |
tree | f769fb1338655df22abbd79daa288a6c2f0bc976 /source3/include/wbc_async.h | |
parent | efa9bc9dc690e77ef623e7337b34b14d13912101 (diff) | |
download | samba-af2189cfeda936a91eda7313c029272bbfd8811f.tar.gz samba-af2189cfeda936a91eda7313c029272bbfd8811f.tar.bz2 samba-af2189cfeda936a91eda7313c029272bbfd8811f.zip |
Add wb_simple_trans_send/recv
Diffstat (limited to 'source3/include/wbc_async.h')
-rw-r--r-- | source3/include/wbc_async.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/include/wbc_async.h b/source3/include/wbc_async.h index 57b0cb83ab..57625d5baf 100644 --- a/source3/include/wbc_async.h +++ b/source3/include/wbc_async.h @@ -61,4 +61,11 @@ struct tevent_req *wb_resp_write_send(TALLOC_CTX *mem_ctx, struct winbindd_response *wb_resp); ssize_t wb_resp_write_recv(struct tevent_req *req, int *err); +struct tevent_req *wb_simple_trans_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct tevent_queue *queue, int fd, + struct winbindd_request *wb_req); +int wb_simple_trans_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, + struct winbindd_response **presponse, int *err); + #endif /*_WBC_ASYNC_H_*/ |