libwbclient: Add wbcNetbiosName_send/recv calls
[samba.git] / nsswitch / libwbclient / wbc_async.h
index 256a61e337195684ee0b89a144f5958d69baf1e0..daf1e6bd647ce9ca909e8bc52a6a4f9a5f5f375e 100644 (file)
@@ -113,4 +113,11 @@ wbcErr wbcInfo_recv(struct tevent_req *req,
                    char *winbind_separator,
                    char **version_string);
 
                    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_*/
 #endif /*_WBC_ASYNC_H_*/