summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-03-08 14:31:44 +0100
committerJeremy Allison <jra@samba.org>2011-04-13 14:13:24 -0700
commit63446c2c2a583a6eaf1d25e5590d4c7a0fd09087 (patch)
tree601e4820e87448e7a0aae1ad93097dfa11e18518 /source3/winbindd/winbindd_proto.h
parent490c52c9fc689803f4c1719401698e36998dc53f (diff)
downloadsamba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.tar.gz
samba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.tar.bz2
samba-63446c2c2a583a6eaf1d25e5590d4c7a0fd09087.zip
s3: Add winbindd_lookupsids
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 389f8dfb67..3a736699bf 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -466,6 +466,13 @@ struct tevent_req *winbindd_lookupsid_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_lookupsid_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *winbindd_lookupsids_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_lookupsids_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
struct tevent_req *wb_lookupname_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
const char *dom_name, const char *name,