diff options
Diffstat (limited to 'nsswitch/libwbclient/wbc_async.h')
-rw-r--r-- | nsswitch/libwbclient/wbc_async.h | 7 |
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_*/ |