summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2009-02-04 09:07:36 +0100
committerKai Blin <kai@samba.org>2009-02-09 08:36:08 +0100
commitc3b9b6c8aae1dea8df5fc7bff873a015aaa92d6e (patch)
tree34feeb6f13f8b5b058b9df92a9cb2e2ec8e51050 /source3/include/proto.h
parent3a4c8cd492b9e8874724dff1d0fc0207cb74036b (diff)
downloadsamba-c3b9b6c8aae1dea8df5fc7bff873a015aaa92d6e.tar.gz
samba-c3b9b6c8aae1dea8df5fc7bff873a015aaa92d6e.tar.bz2
samba-c3b9b6c8aae1dea8df5fc7bff873a015aaa92d6e.zip
async_sock: Use unix errnos instead of NTSTATUS
This also switches wb_reqtrans to use wbcErr instead of NTSTATUS as it would be pointless to convert to errno first and to wbcErr later.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index f07e31c29c..69887883af 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7563,12 +7563,4 @@ NTSTATUS nss_info_template_init( void );
/* Misc protos */
-struct async_req *wb_trans_send(TALLOC_CTX *mem_ctx, struct tevent_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_ */