diff options
author | Günther Deschner <gd@samba.org> | 2008-02-18 16:52:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-18 16:52:56 +0100 |
commit | 2bac665767804bd184878ad3cb54faa4da72d995 (patch) | |
tree | 4c86d1902830d9152a4b1e4b908b1900b69b4488 /source3/librpc/gen_ndr/cli_lsa.h | |
parent | 5c930e5a7b1bec99217b758f4825fa74884c73d0 (diff) | |
download | samba-2bac665767804bd184878ad3cb54faa4da72d995.tar.gz samba-2bac665767804bd184878ad3cb54faa4da72d995.tar.bz2 samba-2bac665767804bd184878ad3cb54faa4da72d995.zip |
Re-run make idl.
Guenther
(This used to be commit 1cac7b0f626b418909a5e7a79a1c6d335c10fbf3)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r-- | source3/librpc/gen_ndr/cli_lsa.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h index 8513a9d035..7d69926484 100644 --- a/source3/librpc/gen_ndr/cli_lsa.h +++ b/source3/librpc/gen_ndr/cli_lsa.h @@ -316,7 +316,7 @@ NTSTATUS rpccli_lsa_LookupNames3(struct rpc_pipe_client *cli, struct policy_handle *handle, uint32_t num_names, struct lsa_String *names, - struct lsa_RefDomainList *domains, + struct lsa_RefDomainList **domains, struct lsa_TransSidArray3 *sids, enum lsa_LookupNamesLevel level, uint32_t *count, @@ -353,7 +353,7 @@ NTSTATUS rpccli_lsa_LookupNames4(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, uint32_t num_names, struct lsa_String *names, - struct lsa_RefDomainList *domains, + struct lsa_RefDomainList **domains, struct lsa_TransSidArray3 *sids, enum lsa_LookupNamesLevel level, uint32_t *count, |