mirror of
https://gitlab.xiph.org/xiph/icecast-common.git
synced 2024-12-04 14:46:31 -05:00
Update: Removed igloo_io_accept() as it will be part of the socket API
This commit is contained in:
parent
177da5b786
commit
1bae895094
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user