summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-26 11:33:16 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:42:26 +0200
commit15312e7310b63fbb22db319f201a8ce4f667ea62 (patch)
tree3f270bc2326b0722adc706ffa573a9869ca8743e /source3/winbindd/winbindd_proto.h
parent244bb7f163017f409935e265370a4068b3bc8d0c (diff)
downloadsamba-15312e7310b63fbb22db319f201a8ce4f667ea62.tar.gz
samba-15312e7310b63fbb22db319f201a8ce4f667ea62.tar.bz2
samba-15312e7310b63fbb22db319f201a8ce4f667ea62.zip
s3:winbind: Add async wb_dsgetdcname
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 59acdbb47e..bf1e8a297d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -896,4 +896,13 @@ struct tevent_req *winbindd_dsgetdcname_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_dsgetdcname_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_dsgetdcname_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ const char *domain_name,
+ const struct GUID *domain_guid,
+ const char *site_name,
+ uint32_t flags);
+NTSTATUS wb_dsgetdcname_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
+ struct netr_DsRGetDCNameInfo **pdcinfo);
+
#endif /* _WINBINDD_PROTO_H_ */