mirror of
https://repo.or.cz/socat.git
synced 2025-07-10 14:12:58 +00:00
Formatted help output; address keywords in help now uppercase
This commit is contained in:
parent
797d0f9695
commit
d36f78d854
44 changed files with 374 additions and 340 deletions
|
@ -9,9 +9,9 @@
|
|||
|
||||
extern int xioopen_stdio_bi(xiofile_t *sock);
|
||||
|
||||
extern const struct addrdesc addr_stdio;
|
||||
extern const struct addrdesc addr_stdin;
|
||||
extern const struct addrdesc addr_stdout;
|
||||
extern const struct addrdesc addr_stderr;
|
||||
extern const struct addrdesc xioaddr_stdio;
|
||||
extern const struct addrdesc xioaddr_stdin;
|
||||
extern const struct addrdesc xioaddr_stdout;
|
||||
extern const struct addrdesc xioaddr_stderr;
|
||||
|
||||
#endif /* !defined(__xio_stdio_h_included) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue