diff options
author | Günther Deschner <gd@samba.org> | 2008-01-31 14:10:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-01-31 14:10:22 +0100 |
commit | 2e0a1fcf3f461f134c910e83ab82115c00827231 (patch) | |
tree | f2b0db7f7d686669dba28d60303a593bbdc1b4c6 /source3/librpc/gen_ndr/cli_netlogon.h | |
parent | 09454362cf75ecb7db58560604b567611e89d5ef (diff) | |
download | samba-2e0a1fcf3f461f134c910e83ab82115c00827231.tar.gz samba-2e0a1fcf3f461f134c910e83ab82115c00827231.tar.bz2 samba-2e0a1fcf3f461f134c910e83ab82115c00827231.zip |
Re-run make idl.
Guenther
(This used to be commit b658270518140c457536b0c7db06a646d7077529)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_netlogon.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_netlogon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/cli_netlogon.h b/source3/librpc/gen_ndr/cli_netlogon.h index d98b87a8ba..fa043233ea 100644 --- a/source3/librpc/gen_ndr/cli_netlogon.h +++ b/source3/librpc/gen_ndr/cli_netlogon.h @@ -107,7 +107,8 @@ NTSTATUS rpccli_netr_GetDcName(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *logon_server, const char *domainname, - const char **dcname); + const char **dcname, + WERROR *werror); NTSTATUS rpccli_netr_LogonControl(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const char *logon_server, |