From 7cb070f2b346ed486ee24926965290890f72786f Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 13 Feb 2009 22:37:56 +0100 Subject: libwbclient: Add wbcNetbiosName_send/recv calls --- nsswitch/libwbclient/wbc_async.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'nsswitch/libwbclient/wbc_async.h') diff --git a/nsswitch/libwbclient/wbc_async.h b/nsswitch/libwbclient/wbc_async.h index 256a61e337..daf1e6bd64 100644 --- a/nsswitch/libwbclient/wbc_async.h +++ b/nsswitch/libwbclient/wbc_async.h @@ -113,4 +113,11 @@ wbcErr wbcInfo_recv(struct tevent_req *req, char *winbind_separator, char **version_string); +struct tevent_req *wbcNetbiosName_send(TALLOC_CTX *mem_ctx, + struct tevent_context *ev, + struct wb_context *wb_ctx); +wbcErr wbcNetbiosName_recv(struct tevent_req *req, + TALLOC_CTX *mem_ctx, + char **netbios_name); + #endif /*_WBC_ASYNC_H_*/ -- cgit