libwbclient: add wbcInterfaceVersion send/recv calls
[samba.git] / nsswitch / libwbclient / wbc_async.h
index f3eab91633a7bad8b6fdde39e1920b923a1f2a26..e215fdd8e8d8165f1ee9c13ac4aa81dc1baf8385 100644 (file)
@@ -99,5 +99,11 @@ struct tevent_req *wbcPing_send(TALLOC_CTX *mem_ctx,
                               struct wb_context *wb_ctx);
 wbcErr wbcPing_recv(struct tevent_req *req);
 
+struct tevent_req *wbcInterfaceVersion_send(TALLOC_CTX *mem_ctx,
+                                           struct tevent_context *ev,
+                                           struct wb_context *wb_ctx);
+wbcErr wbcInterfaceVersion_recv(struct tevent_req *req,
+                               uint32_t *interface_version);
+
 
 #endif /*_WBC_ASYNC_H_*/