summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-13 00:28:49 +0200
committerGünther Deschner <gd@samba.org>2009-09-14 06:49:58 +0200
commit2f9adf04e4b3e16c046cb371a428a8a70d5de041 (patch)
tree481407b74cd3a00259ff7539758e18c055285a27 /source3/include
parentff968712bab6c2635ef74723c6f52b0fdac4b424 (diff)
downloadsamba-2f9adf04e4b3e16c046cb371a428a8a70d5de041.tar.gz
samba-2f9adf04e4b3e16c046cb371a428a8a70d5de041.tar.bz2
samba-2f9adf04e4b3e16c046cb371a428a8a70d5de041.zip
s3-rpc_client: add rpccli_lsa_lookup_sids3 wrapper.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2b9b95b1e3..5da13ca0d7 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5203,6 +5203,14 @@ NTSTATUS rpccli_lsa_lookup_sids(struct rpc_pipe_client *cli,
char ***pdomains,
char ***pnames,
enum lsa_SidType **ptypes);
+NTSTATUS rpccli_lsa_lookup_sids3(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *pol,
+ int num_sids,
+ const DOM_SID *sids,
+ char ***pdomains,
+ char ***pnames,
+ enum lsa_SidType **ptypes);
NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
struct policy_handle *pol, int num_names,