mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 22:53: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
|
@ -28,9 +28,6 @@ extern int _xioopen_ipdgram_listen(struct single *sfd,
|
|||
int xioflags, union sockaddr_union *us, socklen_t uslen,
|
||||
struct opt *opts, int pf, int socktype, int ipproto);
|
||||
|
||||
extern int xioopen_ipdgram_listen(int argc, const char *argv[], struct opt *opts,
|
||||
int rw, xiofile_t *fd,
|
||||
groups_t groups, int af, int ipproto,
|
||||
int protname);
|
||||
extern int xioopen_ipdgram_listen(int argc, const char *argv[], struct opt *opts, int rw, xiofile_t *xfd, const struct addrdesc *addrdesc);
|
||||
|
||||
#endif /* !defined(__xio_udp_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue