async_sock: Use unix errnos instead of NTSTATUS
[metze/samba/wip.git] / source3 / include / proto.h
index f07e31c29cdaeb33817e353bad961bd5a28d2866..69887883af186d48b54e6cafaa7c8092d778117b 100644 (file)
@@ -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_  */