diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2014-05-06 17:00:09 +1200 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2014-06-11 10:18:26 +0200 |
| commit | 223fbdaf3872fe71a75fec62813b91612af73a2b (patch) | |
| tree | 95fb233e98d024ba4bc6fae9d3cf517b26dd39ec /source3/winbindd/winbindd_proto.h | |
| parent | cb79cc342e30bb2bbac33868836ea13d2d594c30 (diff) | |
| download | samba-223fbdaf3872fe71a75fec62813b91612af73a2b.tar.gz samba-223fbdaf3872fe71a75fec62813b91612af73a2b.tar.xz samba-223fbdaf3872fe71a75fec62813b91612af73a2b.zip | |
s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODC
Change-Id: Ib87933c318f510d95f7008e122216d73803ede68
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
| -rw-r--r-- | source3/winbindd/winbindd_proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 642aadd440..7f3eb92e0c 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -908,4 +908,9 @@ NTSTATUS open_internal_samr_conn(TALLOC_CTX *mem_ctx, /* The following definitions come from winbindd/winbindd_ads.c */ ADS_STATUS ads_idmap_cached_connection(ADS_STRUCT **adsp, const char *dom_name); +/* The following definitions come from winbindd/winbindd_update_rodc_dns.c */ +struct irpc_message; +struct winbind_DsrUpdateReadOnlyServerDnsRecords; +NTSTATUS wb_irpc_DsrUpdateReadOnlyServerDnsRecords(struct irpc_message *msg, + struct winbind_DsrUpdateReadOnlyServerDnsRecords *req); #endif /* _WINBINDD_PROTO_H_ */ |
