diff options
author | Günther Deschner <gd@samba.org> | 2008-01-25 21:15:36 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-25 21:43:36 +0100 |
commit | 10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2 (patch) | |
tree | 3219772457e6d9fce791aa658e2019fcbc91880f /source3/librpc/gen_ndr/cli_netlogon.h | |
parent | bd0b283fcd74066362647eec121ff99e0d7f66f2 (diff) | |
download | samba-10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2.tar.gz samba-10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2.tar.bz2 samba-10c7aac3ccb83cddd4b2b7cd3b871bd553accdd2.zip |
Re-run make idl.
Couldn't we move on doing this during the build??
Guenther
(This used to be commit d69cbd009903a8b36c9254a59faa5783fbc737f9)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_netlogon.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_netlogon.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/cli_netlogon.h b/source3/librpc/gen_ndr/cli_netlogon.h index 5e58986d33..d98b87a8ba 100644 --- a/source3/librpc/gen_ndr/cli_netlogon.h +++ b/source3/librpc/gen_ndr/cli_netlogon.h @@ -213,7 +213,7 @@ NTSTATUS rpccli_netr_DsRGetDCNameEx(struct rpc_pipe_client *cli, struct GUID *domain_guid, const char *site_name, uint32_t flags, - struct netr_DsRGetDCNameInfo *info, + struct netr_DsRGetDCNameInfo **info, WERROR *werror); NTSTATUS rpccli_netr_DsRGetSiteName(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, @@ -267,7 +267,7 @@ NTSTATUS rpccli_netr_DsRGetDCNameEx2(struct rpc_pipe_client *cli, struct GUID *domain_guid, const char *site_name, uint32_t flags, - struct netr_DsRGetDCNameInfo *info, + struct netr_DsRGetDCNameInfo **info, WERROR *werror); NTSTATUS rpccli_netr_NETRLOGONGETTIMESERVICEPARENTDOMAIN(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, @@ -305,8 +305,13 @@ NTSTATUS rpccli_netr_DsrEnumerateDomainTrusts(struct rpc_pipe_client *cli, uint32_t trust_flags, struct netr_DomainTrustList *trusts, WERROR *werror); -NTSTATUS rpccli_netr_DSRDEREGISTERDNSHOSTRECORDS(struct rpc_pipe_client *cli, +NTSTATUS rpccli_netr_DsrDeregisterDNSHostRecords(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, + const char *server_name, + const char *domain, + struct GUID *domain_guid, + struct GUID *dsa_guid, + const char *dns_host, WERROR *werror); NTSTATUS rpccli_netr_ServerTrustPasswordsGet(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, |