summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 06:57:13 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:20 -0400
commitfa59f9720d56ffaf07c13376118c452a4162f3df (patch)
tree93ea291643322ca65ad285adad519ec1615cb693 /source3/winbindd/winbindd_proto.h
parentbb359c780aee3fd7e1074db93a28c95590ae5d36 (diff)
downloadsamba-fa59f9720d56ffaf07c13376118c452a4162f3df.tar.gz
samba-fa59f9720d56ffaf07c13376118c452a4162f3df.tar.bz2
samba-fa59f9720d56ffaf07c13376118c452a4162f3df.zip
s3:winbind: Convert WINBINDD_LOOKUPSID 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 172e143ba0..9d4c09283a 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -613,4 +613,11 @@ NTSTATUS wb_lookupsid_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx,
enum lsa_SidType *type, const char **domain,
const char **name);
+struct tevent_req *winbindd_lookupsid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct winbindd_request *request);
+NTSTATUS winbindd_lookupsid_recv(struct tevent_req *req,
+ struct winbindd_response *response);
+
+
#endif /* _WINBINDD_PROTO_H_ */