From 1bae895094752dec5b80574e9d5614efdcf21084 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Thu, 3 Oct 2019 08:52:22 +0000 Subject: [PATCH] Update: Removed igloo_io_accept() as it will be part of the socket API --- include/igloo/io.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/igloo/io.h b/include/igloo/io.h index e815fb9..da002fd 100644 --- a/include/igloo/io.h +++ b/include/igloo/io.h @@ -233,17 +233,6 @@ int igloo_io_select_isset(igloo_io_t *io, fd_set *set); int igloo_io_poll_fill(igloo_io_t *io, struct pollfd *fd, short events); #endif -/* On a listen socket accept a new connection. - * Parameters: - * io - * The IO handle to operate on. - * Returns: - * The new connection or igloo_RO_NULL. - */ -/* TODO: Allow accept to accept()'s and accept4()'s additional parameters. -igloo_io_t *igloo_io_accept(igloo_io_t *io); -*/ - /* Advanced control interface. * Parameters: * io