summaryrefslogtreecommitdiffstats
path: root/source/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-11 19:35:14 +0200
committerKarolin Seeger <kseeger@samba.org>2009-10-08 14:50:03 +0200
commitc9a5cfe79721301256d3dac489da84e2c3cac35f (patch)
treed7c15a590b2d058c0790089201366c03a93d9870 /source/include/proto.h
parent3b5b7e4e28a238531b301c320ebbb2c0bebf65b1 (diff)
downloadsamba-c9a5cfe79721301256d3dac489da84e2c3cac35f.tar.gz
samba-c9a5cfe79721301256d3dac489da84e2c3cac35f.tar.xz
samba-c9a5cfe79721301256d3dac489da84e2c3cac35f.zip
s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.
Guenther (cherry picked from commit ff968712bab6c2635ef74723c6f52b0fdac4b424) (cherry picked from commit 0d4d3c8e1e5312a820fcaede65471566e75e272c)
Diffstat (limited to 'source/include/proto.h')
-rw-r--r--source/include/proto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index 312b130f78a..b6c6db781e8 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -6899,6 +6899,15 @@ NTSTATUS rpccli_lsa_lookup_names(struct rpc_pipe_client *cli,
int level,
DOM_SID **sids,
enum lsa_SidType **types);
+NTSTATUS rpccli_lsa_lookup_names4(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ struct policy_handle *pol, int num_names,
+ const char **names,
+ const char ***dom_names,
+ int level,
+ DOM_SID **sids,
+ enum lsa_SidType **types);
+
bool fetch_domain_sid( char *domain, char *remote_machine, DOM_SID *psid);
/* The following definitions come from rpc_client/cli_netlogon.c */