libwbclient: Add wbcDomainInfo_send/recv calls
[samba.git] / nsswitch / libwbclient / wbc_async.h
index 8a48e6bd188380cf659051a0ba582df6f54b0c01..081764aeb9233406ae229f841fd62a79bb4546f7 100644 (file)
@@ -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_*/