mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
Fix prototypes for lsa set info policy calls.
Guenther (This used to be commit 33f6eff92b6bdf804d54c84375cece8a867933f2)
This commit is contained in:
parent
862e1685b8
commit
495c38e546
@ -34,7 +34,10 @@ NTSTATUS rpccli_lsa_QueryInfoPolicy(struct rpc_pipe_client *cli,
|
||||
uint16_t level,
|
||||
union lsa_PolicyInformation *info);
|
||||
NTSTATUS rpccli_lsa_SetInfoPolicy(struct rpc_pipe_client *cli,
|
||||
TALLOC_CTX *mem_ctx);
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct policy_handle *handle,
|
||||
uint16_t level,
|
||||
union lsa_PolicyInformation *info);
|
||||
NTSTATUS rpccli_lsa_ClearAuditLog(struct rpc_pipe_client *cli,
|
||||
TALLOC_CTX *mem_ctx);
|
||||
NTSTATUS rpccli_lsa_CreateAccount(struct rpc_pipe_client *cli,
|
||||
@ -215,7 +218,10 @@ NTSTATUS rpccli_lsa_QueryInfoPolicy2(struct rpc_pipe_client *cli,
|
||||
uint16_t level,
|
||||
union lsa_PolicyInformation *info);
|
||||
NTSTATUS rpccli_lsa_SetInfoPolicy2(struct rpc_pipe_client *cli,
|
||||
TALLOC_CTX *mem_ctx);
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct policy_handle *handle,
|
||||
uint16_t level,
|
||||
union lsa_PolicyInformation *info);
|
||||
NTSTATUS rpccli_lsa_QueryTrustedDomainInfoByName(struct rpc_pipe_client *cli,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct policy_handle *handle,
|
||||
|
Loading…
x
Reference in New Issue
Block a user