summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-09 01:33:47 +0100
committerGünther Deschner <gd@samba.org>2008-02-09 02:05:39 +0100
commitda3e2d4c2797a9ea43312ba7bdb5bc9710c94004 (patch)
tree00c5dbdb0ab9cf45028eb5a067716b2a2be4b9e2 /source3/librpc/gen_ndr/cli_lsa.h
parentc7f34889591174ae335a37ab62747afab8fc418c (diff)
downloadsamba-da3e2d4c2797a9ea43312ba7bdb5bc9710c94004.tar.gz
samba-da3e2d4c2797a9ea43312ba7bdb5bc9710c94004.tar.bz2
samba-da3e2d4c2797a9ea43312ba7bdb5bc9710c94004.zip
Testing revealed some errors, reverting some of the lsa changes.
Guenther (This used to be commit ac1e4f1eb2c046def4fa30ab0bd98c49add8e8c8)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_lsa.h')
-rw-r--r--source3/librpc/gen_ndr/cli_lsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/librpc/gen_ndr/cli_lsa.h b/source3/librpc/gen_ndr/cli_lsa.h
index 396debaca8..3f64bb450d 100644
--- a/source3/librpc/gen_ndr/cli_lsa.h
+++ b/source3/librpc/gen_ndr/cli_lsa.h
@@ -48,7 +48,7 @@ NTSTATUS rpccli_lsa_CreateAccount(struct rpc_pipe_client *cli,
struct policy_handle *handle,
struct dom_sid2 *sid,
uint32_t access_mask,
- struct policy_handle **acct_handle);
+ struct policy_handle *acct_handle);
NTSTATUS rpccli_lsa_EnumAccounts(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,
@@ -95,7 +95,7 @@ NTSTATUS rpccli_lsa_OpenAccount(struct rpc_pipe_client *cli,
struct policy_handle *handle,
struct dom_sid2 *sid,
uint32_t access_mask,
- struct policy_handle **acct_handle);
+ struct policy_handle *acct_handle);
NTSTATUS rpccli_lsa_EnumPrivsAccount(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,
@@ -171,7 +171,7 @@ NTSTATUS rpccli_lsa_LookupPrivDisplayName(struct rpc_pipe_client *cli,
uint16_t unknown);
NTSTATUS rpccli_lsa_DeleteObject(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
- struct policy_handle **handle);
+ struct policy_handle *handle);
NTSTATUS rpccli_lsa_EnumAccountsWithUserRight(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *handle,