mirror of
https://repo.or.cz/socat.git
synced 2025-07-09 13:46:33 +00:00
Introduced groups_t instead of uint32_t
This commit is contained in:
parent
557f299b82
commit
2cddaf22b1
35 changed files with 152 additions and 132 deletions
|
@ -101,7 +101,7 @@ extern
|
|||
int _xioopen_dgram_sendto(/* them is already in xfd->peersa */
|
||||
union sockaddr_union *us, socklen_t uslen,
|
||||
struct opt *opts,
|
||||
int xioflags, xiosingle_t *xfd, unsigned groups,
|
||||
int xioflags, xiosingle_t *xfd, groups_t groups,
|
||||
int pf, int socktype, int ipproto, bool alt);
|
||||
extern
|
||||
int _xioopen_dgram_recvfrom(struct single *xfd, int xioflags,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue