summaryrefslogtreecommitdiff
path: root/nsswitch/libwbclient/wbc_async.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-05-28 00:57:32 +0200
committerKai Blin <kai@samba.org>2010-02-11 23:56:35 +0100
commitcf968371ef207719424d2eb58dbddcf0d0c7952d (patch)
tree263e2e6c5e48b51e1d1a5607b4a90980c3d8fcd5 /nsswitch/libwbclient/wbc_async.h
parent145f2c751b5de2864a472363cb478596c5040ee4 (diff)
downloadsamba-cf968371ef207719424d2eb58dbddcf0d0c7952d.tar.gz
samba-cf968371ef207719424d2eb58dbddcf0d0c7952d.tar.bz2
samba-cf968371ef207719424d2eb58dbddcf0d0c7952d.zip
libwbclient: Implement wbcLookupName_send/recv
Diffstat (limited to 'nsswitch/libwbclient/wbc_async.h')
-rw-r--r--nsswitch/libwbclient/wbc_async.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/nsswitch/libwbclient/wbc_async.h b/nsswitch/libwbclient/wbc_async.h
index 6ee0b37c95..c918ccb660 100644
--- a/nsswitch/libwbclient/wbc_async.h
+++ b/nsswitch/libwbclient/wbc_async.h
@@ -129,6 +129,14 @@ wbcErr wbcAuthenticateUserEx_recv(struct tevent_req *req,
struct wbcAuthErrorInfo **error);
/* Async functions from wbc_sid.c */
+struct tevent_req *wbcLookupName_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct wb_context *wb_ctx,
+ const char *domain,
+ const char *name);
+wbcErr wbcLookupName_recv(struct tevent_req *req,
+ struct wbcDomainSid *sid,
+ enum wbcSidType *name_type);
struct tevent_req *wbcLookupSid_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct wb_context *wb_ctx,