tsocket: try to fix the build on solaris FIONREAD was missing
[ira/wip.git] / lib / async_req / async_req.h
index fc849880cd65fa64665bfac7eed8c95ae6c099b6..fdec1b708e275f23709169f06bed57d64d6e5bc3 100644 (file)
@@ -139,15 +139,6 @@ bool async_post_error(struct async_req *req, struct tevent_context *ev,
 bool async_req_is_error(struct async_req *req, enum async_req_state *state,
                        uint64_t *error);
 
-bool async_req_set_timeout(struct async_req *req, struct tevent_context *ev,
-                          struct timeval to);
-
-struct async_req *async_wait_send(TALLOC_CTX *mem_ctx,
-                                 struct tevent_context *ev,
-                                 struct timeval to);
-
-bool async_wait_recv(struct async_req *req);
-
 struct async_req_queue;
 
 struct async_req_queue *async_req_queue_init(TALLOC_CTX *mem_ctx);