summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 14:19:03 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:22 -0400
commit292f3f896fa5bc381c88526fc73a6224b8d286f0 (patch)
tree2a90bbb7b15f749aaecbdb38434aa71d7ad4cadb /source3/winbindd/winbindd_proto.h
parent9b369ffcf0f113871b00de4229432a74fe436834 (diff)
downloadsamba-292f3f896fa5bc381c88526fc73a6224b8d286f0.tar.gz
samba-292f3f896fa5bc381c88526fc73a6224b8d286f0.tar.bz2
samba-292f3f896fa5bc381c88526fc73a6224b8d286f0.zip
s3:winbind: Add async wb_gid2sid
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 f1fb7e0a87..d8bd984590 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -670,5 +670,10 @@ struct tevent_req *winbindd_uid_to_sid_send(TALLOC_CTX *mem_ctx,
NTSTATUS winbindd_uid_to_sid_recv(struct tevent_req *req,
struct winbindd_response *response);
+struct tevent_req *wb_gid2sid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ gid_t gid);
+NTSTATUS wb_gid2sid_recv(struct tevent_req *req, struct dom_sid *sid);
+
#endif /* _WINBINDD_PROTO_H_ */