summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-14 23:51:10 +0200
committerVolker Lendecke <vl@samba.org>2011-06-21 14:25:12 +0200
commit729d17e725aa1bfd306aa27728c97210c5c01d2c (patch)
tree61a9a9a1270d62e648d02bb84cd42962b04591b7 /source3/winbindd/winbindd_proto.h
parentcfdeef4c11a75f1051c4b9905a643f61c74437c7 (diff)
downloadsamba-729d17e725aa1bfd306aa27728c97210c5c01d2c.tar.gz
samba-729d17e725aa1bfd306aa27728c97210c5c01d2c.tar.bz2
samba-729d17e725aa1bfd306aa27728c97210c5c01d2c.zip
s3: Convert WINBINDD_WINS_BYNAME to the async API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index e0a582e44e..ce66964ace 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -866,6 +866,12 @@ struct tevent_req *winbindd_wins_byip_send(TALLOC_CTX *mem_ctx,
struct winbindd_request *request);
NTSTATUS winbindd_wins_byip_recv(struct tevent_req *req,
struct winbindd_response *presp);
+struct tevent_req *winbindd_wins_byname_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_wins_byname_recv(struct tevent_req *req,
+ struct winbindd_response *presp);
/* The following definitions come from winbindd/winbindd_samr.c */