summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-11 19:35:14 +0200
committerGünther Deschner <gd@samba.org>2009-09-14 06:49:58 +0200
commitff968712bab6c2635ef74723c6f52b0fdac4b424 (patch)
treef0170bded850c92bd225fa77024a7e27441b7f48 /source3/include/proto.h
parentfde8c46855350111e94f1da7afc6c440ab746d8b (diff)
downloadsamba-ff968712bab6c2635ef74723c6f52b0fdac4b424.tar.gz
samba-ff968712bab6c2635ef74723c6f52b0fdac4b424.tar.bz2
samba-ff968712bab6c2635ef74723c6f52b0fdac4b424.zip
s3-rpc_client: add rpccli_lsa_lookup_names4 wrapper.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index abc76e8e02..2b9b95b1e3 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5211,6 +5211,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 */