1
0
Fork 0
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:
Gerhard Rieger 2023-06-14 11:41:44 +02:00
parent 557f299b82
commit 2cddaf22b1
35 changed files with 152 additions and 132 deletions

View file

@ -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) */