summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-27 14:55:41 +0200
committerVolker Lendecke <vl@samba.org>2009-08-27 15:04:09 +0200
commit1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84 (patch)
tree59ec4c3669bbfa1c7a9d113fdc1292ce74b62700 /source3/winbindd/winbindd_proto.h
parent5a1240deac89b1821c987c3daed5a6ad597471f5 (diff)
downloadsamba-1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84.tar.gz
samba-1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84.tar.bz2
samba-1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84.zip
s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 3faf25a751..aeb841edd1 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -114,10 +114,6 @@ void winbindd_getsidaliases_async(struct winbindd_domain *domain,
void *private_data);
enum winbindd_result winbindd_dual_getsidaliases(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
-void winbindd_gettoken_async(TALLOC_CTX *mem_ctx, const DOM_SID *user_sid,
- void (*cont)(void *private_data, bool success,
- DOM_SID *sids, size_t num_sids),
- void *private_data);
void query_user_async(TALLOC_CTX *mem_ctx, struct winbindd_domain *domain,
const DOM_SID *sid,
void (*cont)(void *private_data, bool success,
@@ -846,4 +842,11 @@ struct tevent_req *winbindd_getgrnam_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_getgrnam_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *winbindd_getusersids_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_cli_state *cli,
+ struct winbindd_request *request);
+NTSTATUS winbindd_getusersids_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */