summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_async.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-02-13 22:37:56 +0100
committerKai Blin <kai@samba.org>2010-02-11 23:56:33 +0100
commit7cb070f2b346ed486ee24926965290890f72786f (patch)
tree8dbfb08336e3772d1621698551194ee80128d560 /nsswitch/libwbclient/wbc_async.h
parentfd6b1457935e3d6e156a85cce27aae43b3475723 (diff)
downloadsamba-7cb070f2b346ed486ee24926965290890f72786f.tar.gz
samba-7cb070f2b346ed486ee24926965290890f72786f.tar.bz2
samba-7cb070f2b346ed486ee24926965290890f72786f.zip
libwbclient: Add wbcNetbiosName_send/recv calls
Diffstat (limited to 'nsswitch/libwbclient/wbc_async.h')
-rw-r--r--nsswitch/libwbclient/wbc_async.h7
1 files changed, 7 insertions, 0 deletions
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_*/