summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-16 12:00:34 +0200
committerVolker Lendecke <vl@samba.org>2009-06-14 11:25:47 +0200
commit340b55a84201526f1fe84fde2318802126715e15 (patch)
tree826d46decccf48a36b1f68f25a270d344bbbd7f8 /source3/winbindd/winbindd_proto.h
parente3bed4848fca81fcdaaa5b44a16893653b62a50f (diff)
downloadsamba-340b55a84201526f1fe84fde2318802126715e15.tar.gz
samba-340b55a84201526f1fe84fde2318802126715e15.tar.bz2
samba-340b55a84201526f1fe84fde2318802126715e15.zip
Add async wb_ping
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 a44f7b6d73..012c5693a1 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -589,4 +589,10 @@ void set_auth_errors(struct winbindd_response *resp, NTSTATUS result);
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,
+ struct winbindd_request *request);
+NTSTATUS wb_ping_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct winbindd_response **presp);
+
+
#endif /* _WINBINDD_PROTO_H_ */