1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

Re-run make idl.

Guenther
(This used to be commit debf51aa96)
This commit is contained in:
Günther Deschner 2008-02-14 01:07:54 +01:00
parent 0b4dbfebaa
commit f14ff502d8
2 changed files with 4 additions and 4 deletions

View File

@ -471,8 +471,8 @@ NTSTATUS rpccli_lsa_EnumAccounts(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,
uint32_t *resume_handle,
uint32_t num_entries,
struct lsa_SidArray *sids)
struct lsa_SidArray *sids,
uint32_t num_entries)
{
struct lsa_EnumAccounts r;
NTSTATUS status;

View File

@ -53,8 +53,8 @@ NTSTATUS rpccli_lsa_EnumAccounts(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,
uint32_t *resume_handle,
uint32_t num_entries,
struct lsa_SidArray *sids);
struct lsa_SidArray *sids,
uint32_t num_entries);
NTSTATUS rpccli_lsa_CreateTrustedDomain(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,