summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-29 16:05:02 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 19:53:29 +0200
commit6b474c56a5a1cfaf11dec1c35c7510ba06f175b1 (patch)
treebef3892970be9224297c6e56588f0e34376b5175 /source3/winbindd/winbindd_proto.h
parenta95955f285ea13a3feddafa75edf8d2031d39403 (diff)
downloadsamba-6b474c56a5a1cfaf11dec1c35c7510ba06f175b1.tar.gz
samba-6b474c56a5a1cfaf11dec1c35c7510ba06f175b1.tar.bz2
samba-6b474c56a5a1cfaf11dec1c35c7510ba06f175b1.zip
s3:winbind: Convert WINBINDD_LIST_USERS to the new API
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 acf55efcdb..9894602523 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -943,4 +943,11 @@ struct tevent_req *winbindd_endgrent_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_endgrent_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *winbindd_list_users_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_list_users_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */