summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-25 23:02:44 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit244bb7f163017f409935e265370a4068b3bc8d0c (patch)
tree967363e50d93742077c16f089e127042e670f02a /source3/winbindd/winbindd_proto.h
parent7579f0fb175d9e9484465d54cbc933283c26005e (diff)
downloadsamba-244bb7f163017f409935e265370a4068b3bc8d0c.tar.gz
samba-244bb7f163017f409935e265370a4068b3bc8d0c.tar.bz2
samba-244bb7f163017f409935e265370a4068b3bc8d0c.zip
s3:winbind: Convert winbindd_dsgetdcname to the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 1cce60c1cb..59acdbb47e 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -889,4 +889,11 @@ struct tevent_req *winbindd_endpwent_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_endpwent_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *winbindd_dsgetdcname_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_dsgetdcname_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */