summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-05-16 13:43:03 +0200
committerVolker Lendecke <vl@samba.org>2009-06-14 11:25:47 +0200
commit14889b1acbefd527623fba74e2d877d51e0fc796 (patch)
treea90a7a39579dd9aad83a580bac8e4c6df7182b38 /source3/winbindd/winbindd_proto.h
parentd362313fea447c2bbf3c989ed45537f95653d7dc (diff)
downloadsamba-14889b1acbefd527623fba74e2d877d51e0fc796.tar.gz
samba-14889b1acbefd527623fba74e2d877d51e0fc796.tar.bz2
samba-14889b1acbefd527623fba74e2d877d51e0fc796.zip
Add winbindd_dual_ping to all children
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 012c5693a1..9bc8f0b032 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -594,5 +594,7 @@ struct tevent_req *wb_ping_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
NTSTATUS wb_ping_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
struct winbindd_response **presp);
+enum winbindd_result winbindd_dual_ping(struct winbindd_domain *domain,
+ struct winbindd_cli_state *state);
#endif /* _WINBINDD_PROTO_H_ */