summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 07:29:03 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commit9c6f4cd12a3e62165782e34226888648649a0fef (patch)
tree3df0e212f3c4769154a298c4fab0a22db7cdbf56 /source3/winbindd/winbindd_proto.h
parenta5416770776c0ade8518e8875d47097662b026a6 (diff)
downloadsamba-9c6f4cd12a3e62165782e34226888648649a0fef.tar.gz
samba-9c6f4cd12a3e62165782e34226888648649a0fef.tar.bz2
samba-9c6f4cd12a3e62165782e34226888648649a0fef.zip
s3:winbind: Convert WINBINDD_LOOKUPNAME to the new API
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 2b493b2a67..678a9231de 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -631,5 +631,10 @@ struct tevent_req *wb_lookupname_send(TALLOC_CTX *mem_ctx,
NTSTATUS wb_lookupname_recv(struct tevent_req *req, struct dom_sid *sid,
enum lsa_SidType *type);
+struct tevent_req *winbindd_lookupname_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_lookupname_recv(struct tevent_req *req,
+ struct winbindd_response *response);
#endif /* _WINBINDD_PROTO_H_ */