diff options
author | Volker Lendecke <vl@samba.org> | 2008-12-28 14:49:22 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-04 16:42:40 +0100 |
commit | 8c1691d2139e49d6fb47a6d85400a1b7b91ffd67 (patch) | |
tree | 58cd5345251f0fd8413ec5eec06726f8c698cc06 /source3/winbindd/winbindd_proto.h | |
parent | d933362cb7fdd93fef860feeac1d86b180e29a59 (diff) | |
download | samba-8c1691d2139e49d6fb47a6d85400a1b7b91ffd67.tar.gz samba-8c1691d2139e49d6fb47a6d85400a1b7b91ffd67.tar.bz2 samba-8c1691d2139e49d6fb47a6d85400a1b7b91ffd67.zip |
Remove wb_trans_send/recv
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r-- | source3/winbindd/winbindd_proto.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index 92ce1f9850..3869ac5771 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -88,15 +88,6 @@ 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 */ |