mirror of
https://repo.or.cz/socat.git
synced 2025-07-27 04:25:07 +00:00
New address ACCEPT-FD
This commit is contained in:
parent
c311542e11
commit
ebacb7c4e8
10 changed files with 232 additions and 56 deletions
|
@ -20,5 +20,6 @@ int
|
|||
int _xioopen_listen(struct single *fd, int xioflags,
|
||||
struct sockaddr *us, socklen_t uslen,
|
||||
struct opt *opts, int pf, int socktype, int proto, int level);
|
||||
extern int _xioopen_accept_fd(struct single *xfd, int xioflags, struct sockaddr *us, socklen_t uslen, struct opt *opts, int pf, int proto, int level);
|
||||
|
||||
#endif /* !defined(__xio_listen_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue