mirror of
https://repo.or.cz/socat.git
synced 2025-07-11 14:23:23 +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
|
@ -19,7 +19,7 @@ extern const struct optdesc opt_umask;
|
|||
extern int
|
||||
applyopts_named(const char *filename, struct opt *opts, unsigned int phase);
|
||||
extern int _xioopen_named_early(int argc, const char *argv[], xiofile_t *xfd,
|
||||
int groups,
|
||||
groups_t groups,
|
||||
bool *exists, struct opt *opts);
|
||||
extern int _xioopen_open(const char *path, int rw, struct opt *opts);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue