summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-12-27 18:43:03 +0100
committerVolker Lendecke <vl@samba.org>2009-01-04 16:42:40 +0100
commit4df681abf497c24e8abf3df1137023389bfed709 (patch)
tree14b7e5f72bbb4df38a83f1fb45f6319bd4fa1da3 /source3/include/proto.h
parent8c1691d2139e49d6fb47a6d85400a1b7b91ffd67 (diff)
downloadsamba-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.h10
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_ */