summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@sernet.de>2008-12-01 08:25:25 +0100
committerVolker Lendecke <vl@samba.org>2008-12-08 22:09:34 +0100
commit15c942657d4767663d2164a3089253f8dde8b413 (patch)
treebb52e89a788b33136f3f414473463347a827f4f5 /source3/winbindd/winbindd_proto.h
parent2bd8a6e21ed9e52373bc04b12e2d4b80881edb8b (diff)
downloadsamba-15c942657d4767663d2164a3089253f8dde8b413.tar.gz
samba-15c942657d4767663d2164a3089253f8dde8b413.tar.bz2
samba-15c942657d4767663d2164a3089253f8dde8b413.zip
Add wb_trans_send/revc
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 3869ac5771..92ce1f9850 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -88,6 +88,15 @@ struct async_req *wb_resp_write_send(TALLOC_CTX *mem_ctx,
struct winbindd_response *wb_resp);
NTSTATUS wb_resp_write_recv(struct async_req *req);
+struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx,
+ struct event_context *ev,
+ int fd,
+ struct winbindd_request *wb_req,
+ struct timeval timeout,
+ size_t reply_max_extra_data);
+NTSTATUS wb_trans_recv(struct async_req *req, TALLOC_CTX *mem_ctx,
+ struct winbindd_response **presp);
+
/* The following definitions come from winbindd/winbindd_ads.c */