mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 14:43:24 +00:00
On bad parameter number print syntax; struct single pointers are now mostly called sfd
This commit is contained in:
parent
5eebca3a5b
commit
50b199dcd9
42 changed files with 1354 additions and 1163 deletions
3
xio.h
3
xio.h
|
@ -355,8 +355,7 @@ typedef union bipipe {
|
|||
struct addrdesc {
|
||||
const char *defname; /* main (canonical) name of address */
|
||||
int directions; /* 1..read, 2..write, 3..both */
|
||||
int (*func)(int argc, const char *argv[], struct opt *opts, int rw, xiofile_t *fd, groups_t groups,
|
||||
int arg1, int arg2, int arg3);
|
||||
int (*func)(int argc, const char *argv[], struct opt *opts, int rw, xiofile_t *fd, const struct addrdesc *addrdesc);
|
||||
groups_t groups;
|
||||
int arg1;
|
||||
int arg2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue