mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 06:22:58 +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
|
@ -30,7 +30,7 @@ extern int _xioopen_ipdgram_listen(struct single *sfd,
|
|||
|
||||
extern int xioopen_ipdgram_listen(int argc, const char *argv[], struct opt *opts,
|
||||
int rw, xiofile_t *fd,
|
||||
unsigned groups, int af, int ipproto,
|
||||
groups_t groups, int af, int ipproto,
|
||||
int protname);
|
||||
|
||||
#endif /* !defined(__xio_udp_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue