summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 15:35:24 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:23 -0400
commit9dc401a20ec608d4d8ae25fb4e81c462e9ced415 (patch)
tree851df62a5cb7bcbec98c4baf33af7c6ac3e3721f /source3/winbindd/winbindd_proto.h
parentafc82444fd367e8b8541e4a41a86966a288ed2ef (diff)
downloadsamba-9dc401a20ec608d4d8ae25fb4e81c462e9ced415.tar.gz
samba-9dc401a20ec608d4d8ae25fb4e81c462e9ced415.tar.bz2
samba-9dc401a20ec608d4d8ae25fb4e81c462e9ced415.zip
s3:winbind: Convert WINBINDD_GETPWSID to the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index ef977bb3b0..6dcfdcfbbd 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -705,4 +705,10 @@ struct tevent_req *wb_getpwsid_send(TALLOC_CTX *mem_ctx,
struct winbindd_pw *pw);
NTSTATUS wb_getpwsid_recv(struct tevent_req *req);
+struct tevent_req *winbindd_getpwsid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_getpwsid_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
#endif /* _WINBINDD_PROTO_H_ */