diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-27 18:43:03 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-04 16:42:40 +0100 |
commit | 4df681abf497c24e8abf3df1137023389bfed709 (patch) | |
tree | 14b7e5f72bbb4df38a83f1fb45f6319bd4fa1da3 /source3/include/proto.h | |
parent | 8c1691d2139e49d6fb47a6d85400a1b7b91ffd67 (diff) | |
download | samba-4df681abf497c24e8abf3df1137023389bfed709.tar.gz samba-4df681abf497c24e8abf3df1137023389bfed709.tar.bz2 samba-4df681abf497c24e8abf3df1137023389bfed709.zip |
async libwbclient infrastructure
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 42d1f52fe1..dc63611514 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7982,4 +7982,14 @@ NTSTATUS idmap_sid_to_gid(const char *domname, DOM_SID *sid, gid_t *gid); NTSTATUS nss_info_template_init( void ); +/* Misc protos */ + +struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx, struct event_context *ev, + struct wb_context *wb_ctx, bool need_priv, + const struct winbindd_request *wb_req); +NTSTATUS wb_trans_recv(struct async_req *req, TALLOC_CTX *mem_ctx, + struct winbindd_response **presponse); +struct wb_context *wb_context_init(TALLOC_CTX *mem_ctx); + + #endif /* _PROTO_H_ */ |