mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 23:53:25 +00:00
Reworked IPAPP clients
This commit is contained in:
parent
63f67101f4
commit
7b26406d96
16 changed files with 1660 additions and 649 deletions
|
@ -2912,7 +2912,6 @@ int showleft(const struct opt *opts) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
|
||||
/* determines the address group from mode_t */
|
||||
/* does not set GROUP_FD; cannot determine GROUP_TERMIOS ! */
|
||||
groups_t _groupbits(mode_t mode) {
|
||||
|
@ -4690,3 +4689,11 @@ int dumpopts(struct opt *opts)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
/* Better with type specific free function */
|
||||
void freeopts(
|
||||
struct opt *opts)
|
||||
{
|
||||
free(opts);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue