summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-05 11:30:43 +0200
committerVolker Lendecke <vl@samba.org>2011-06-05 12:10:15 +0200
commit5a6368f1e2a4348fdcdc062b2546eb45bf943aed (patch)
tree46c5ec9e08e8bc246eb92537879fb7be240fbbcb /source3/winbindd/winbindd_proto.h
parent2ce68d93f3eb38e6122dddc8bcd30795c48d07b7 (diff)
downloadsamba-5a6368f1e2a4348fdcdc062b2546eb45bf943aed.tar.gz
samba-5a6368f1e2a4348fdcdc062b2546eb45bf943aed.tar.bz2
samba-5a6368f1e2a4348fdcdc062b2546eb45bf943aed.zip
s3:winbind: Convert WINBINDD_WINS_BYIP to the async API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index ab61223c86..e0a582e44e 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -436,7 +436,6 @@ bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr,
/* The following definitions come from winbindd/winbindd_wins.c */
-void winbindd_wins_byip(struct winbindd_cli_state *state);
void winbindd_wins_byname(struct winbindd_cli_state *state);
struct tevent_req *wb_ping_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
@@ -861,6 +860,12 @@ struct tevent_req *winbindd_sids_to_xids_send(TALLOC_CTX *mem_ctx,
struct winbindd_request *request);
NTSTATUS winbindd_sids_to_xids_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *winbindd_wins_byip_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_wins_byip_recv(struct tevent_req *req,
+ struct winbindd_response *presp);
/* The following definitions come from winbindd/winbindd_samr.c */