summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_async.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-02-14 10:06:05 +0100
committerKai Blin <kai@samba.org>2010-02-11 23:56:33 +0100
commit861ef367c839d44b185ae3dd9191e849a5e33027 (patch)
tree2fa90fafd784107ba791360d735dea62b199a7e3 /nsswitch/libwbclient/wbc_async.h
parent99c0f569f9a62b63e1d26418a777302b03c3fc7f (diff)
downloadsamba-861ef367c839d44b185ae3dd9191e849a5e33027.tar.gz
samba-861ef367c839d44b185ae3dd9191e849a5e33027.tar.bz2
samba-861ef367c839d44b185ae3dd9191e849a5e33027.zip
libwbclient: Add wbcDomainInfo_send/recv calls
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 8a48e6bd18..081764aeb9 100644
--- a/nsswitch/libwbclient/wbc_async.h
+++ b/nsswitch/libwbclient/wbc_async.h
@@ -127,4 +127,12 @@ wbcErr wbcDomainName_recv(struct tevent_req *req,
TALLOC_CTX *mem_ctx,
char **netbios_name);
+struct tevent_req *wbcDomainInfo_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct wb_context *wb_ctx,
+ const char *domain);
+wbcErr wbcDomainInfo_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ struct wbcDomainInfo **dinfo);
+
#endif /*_WBC_ASYNC_H_*/