summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_async.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-03-25 10:08:10 +0100
committerKai Blin <kai@samba.org>2010-02-11 23:56:33 +0100
commitfd6b1457935e3d6e156a85cce27aae43b3475723 (patch)
treeaa06a04a6ce28c828f778815cb2365cdd3340e37 /nsswitch/libwbclient/wbc_async.h
parenta0895222be4e0227f26a625474c89fdf5aa9875c (diff)
downloadsamba-fd6b1457935e3d6e156a85cce27aae43b3475723.tar.gz
samba-fd6b1457935e3d6e156a85cce27aae43b3475723.tar.bz2
samba-fd6b1457935e3d6e156a85cce27aae43b3475723.zip
libwbclient: Add async wbcInfo_send()/wbcInfo_recv() calls
Diffstat (limited to 'nsswitch/libwbclient/wbc_async.h')
-rw-r--r--nsswitch/libwbclient/wbc_async.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbc_async.h b/nsswitch/libwbclient/wbc_async.h
index e215fdd8e8..256a61e337 100644
--- a/nsswitch/libwbclient/wbc_async.h
+++ b/nsswitch/libwbclient/wbc_async.h
@@ -105,5 +105,12 @@ struct tevent_req *wbcInterfaceVersion_send(TALLOC_CTX *mem_ctx,
wbcErr wbcInterfaceVersion_recv(struct tevent_req *req,
uint32_t *interface_version);
+struct tevent_req *wbcInfo_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct wb_context *wb_ctx);
+wbcErr wbcInfo_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ char *winbind_separator,
+ char **version_string);
#endif /*_WBC_ASYNC_H_*/