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 4473255f06)
This commit is contained in:
Günther Deschner 2008-02-13 00:28:12 +01:00
parent 5b3fe8d63a
commit ba934cc6c1
2 changed files with 4 additions and 4 deletions

View File

@ -562,8 +562,8 @@ NTSTATUS rpccli_lsa_EnumTrustDom(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,
uint32_t *resume_handle,
uint32_t max_size,
struct lsa_DomainList *domains)
struct lsa_DomainList *domains,
uint32_t max_size)
{
struct lsa_EnumTrustDom r;
NTSTATUS status;

View File

@ -65,8 +65,8 @@ NTSTATUS rpccli_lsa_EnumTrustDom(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,
uint32_t *resume_handle,
uint32_t max_size,
struct lsa_DomainList *domains);
struct lsa_DomainList *domains,
uint32_t max_size);
NTSTATUS rpccli_lsa_LookupNames(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,