summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/cli_lsa.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-11 12:16:35 +0200
committerGünther Deschner <gd@samba.org>2009-09-11 12:23:00 +0200
commit8990865c7f5f52c615c5d571cec50d49deda7322 (patch)
tree27861eec0173ea2ed87ec9b38a2795093a67e6d2 /librpc/gen_ndr/cli_lsa.c
parentc6647bfd17539b9cca96e42b6871d16ef2fa728f (diff)
downloadsamba-8990865c7f5f52c615c5d571cec50d49deda7322.tar.gz
samba-8990865c7f5f52c615c5d571cec50d49deda7322.tar.bz2
samba-8990865c7f5f52c615c5d571cec50d49deda7322.zip
lsa: use lsa_LookupNamesLevel in lsa_LookupSids{2,3}.
Guenther
Diffstat (limited to 'librpc/gen_ndr/cli_lsa.c')
-rw-r--r--librpc/gen_ndr/cli_lsa.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/librpc/gen_ndr/cli_lsa.c b/librpc/gen_ndr/cli_lsa.c
index bc51b71798..cfaf7e50b5 100644
--- a/librpc/gen_ndr/cli_lsa.c
+++ b/librpc/gen_ndr/cli_lsa.c
@@ -2479,7 +2479,7 @@ struct tevent_req *rpccli_lsa_LookupSids_send(TALLOC_CTX *mem_ctx,
struct lsa_SidArray *_sids /* [in] [ref] */,
struct lsa_RefDomainList **_domains /* [out] [ref] */,
struct lsa_TransNameArray *_names /* [in,out] [ref] */,
- uint16_t _level /* [in] */,
+ enum lsa_LookupNamesLevel _level /* [in] */,
uint32_t *_count /* [in,out] [ref] */)
{
struct tevent_req *req;
@@ -2602,7 +2602,7 @@ NTSTATUS rpccli_lsa_LookupSids(struct rpc_pipe_client *cli,
struct lsa_SidArray *sids /* [in] [ref] */,
struct lsa_RefDomainList **domains /* [out] [ref] */,
struct lsa_TransNameArray *names /* [in,out] [ref] */,
- uint16_t level /* [in] */,
+ enum lsa_LookupNamesLevel level /* [in] */,
uint32_t *count /* [in,out] [ref] */)
{
struct lsa_LookupSids r;
@@ -9365,7 +9365,7 @@ struct tevent_req *rpccli_lsa_LookupSids2_send(TALLOC_CTX *mem_ctx,
struct lsa_SidArray *_sids /* [in] [ref] */,
struct lsa_RefDomainList **_domains /* [out] [ref] */,
struct lsa_TransNameArray2 *_names /* [in,out] [ref] */,
- uint16_t _level /* [in] */,
+ enum lsa_LookupNamesLevel _level /* [in] */,
uint32_t *_count /* [in,out] [ref] */,
uint32_t _unknown1 /* [in] */,
uint32_t _unknown2 /* [in] */)
@@ -9492,7 +9492,7 @@ NTSTATUS rpccli_lsa_LookupSids2(struct rpc_pipe_client *cli,
struct lsa_SidArray *sids /* [in] [ref] */,
struct lsa_RefDomainList **domains /* [out] [ref] */,
struct lsa_TransNameArray2 *names /* [in,out] [ref] */,
- uint16_t level /* [in] */,
+ enum lsa_LookupNamesLevel level /* [in] */,
uint32_t *count /* [in,out] [ref] */,
uint32_t unknown1 /* [in] */,
uint32_t unknown2 /* [in] */)
@@ -12331,7 +12331,7 @@ struct tevent_req *rpccli_lsa_LookupSids3_send(TALLOC_CTX *mem_ctx,
struct lsa_SidArray *_sids /* [in] [ref] */,
struct lsa_RefDomainList **_domains /* [out] [ref] */,
struct lsa_TransNameArray2 *_names /* [in,out] [ref] */,
- uint16_t _level /* [in] */,
+ enum lsa_LookupNamesLevel _level /* [in] */,
uint32_t *_count /* [in,out] [ref] */,
uint32_t _unknown1 /* [in] */,
uint32_t _unknown2 /* [in] */)
@@ -12456,7 +12456,7 @@ NTSTATUS rpccli_lsa_LookupSids3(struct rpc_pipe_client *cli,
struct lsa_SidArray *sids /* [in] [ref] */,
struct lsa_RefDomainList **domains /* [out] [ref] */,
struct lsa_TransNameArray2 *names /* [in,out] [ref] */,
- uint16_t level /* [in] */,
+ enum lsa_LookupNamesLevel level /* [in] */,
uint32_t *count /* [in,out] [ref] */,
uint32_t unknown1 /* [in] */,
uint32_t unknown2 /* [in] */)