summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_async.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-03-24 22:51:11 +0100
committerKai Blin <kai@samba.org>2010-02-11 23:56:32 +0100
commit3204113efe0eccbb502914699cb5a4ddcf4efdfa (patch)
treea3b39af4e2d1d85d33a2e762ca7d8803abf82827 /nsswitch/libwbclient/wbc_async.h
parentf9d041ccd358f6e91a44369c70eebcbf605de2cd (diff)
downloadsamba-3204113efe0eccbb502914699cb5a4ddcf4efdfa.tar.gz
samba-3204113efe0eccbb502914699cb5a4ddcf4efdfa.tar.bz2
samba-3204113efe0eccbb502914699cb5a4ddcf4efdfa.zip
libwbclient: Add async wbcPing_send/_recv
Diffstat (limited to 'nsswitch/libwbclient/wbc_async.h')
-rw-r--r--nsswitch/libwbclient/wbc_async.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbc_async.h b/nsswitch/libwbclient/wbc_async.h
index 76e02cadf2..f3eab91633 100644
--- a/nsswitch/libwbclient/wbc_async.h
+++ b/nsswitch/libwbclient/wbc_async.h
@@ -92,4 +92,12 @@ struct tevent_req *wb_simple_trans_send(TALLOC_CTX *mem_ctx,
int wb_simple_trans_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct winbindd_response **presponse, int *err);
+/* Async functions from wbc_util.c */
+
+struct tevent_req *wbcPing_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct wb_context *wb_ctx);
+wbcErr wbcPing_recv(struct tevent_req *req);
+
+
#endif /*_WBC_ASYNC_H_*/