From 861ef367c839d44b185ae3dd9191e849a5e33027 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Sat, 14 Feb 2009 10:06:05 +0100 Subject: libwbclient: Add wbcDomainInfo_send/recv calls --- nsswitch/libwbclient/wbc_async.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nsswitch/libwbclient/wbc_async.h') 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_*/ -- cgit