Permit -dd; print a useful error message when single character options appear to...
[socat.git] / xio-stdio.h
blob7af87f0e6d4a7297b56ac659c766393e4c54fa77
1 /* source: xio-stdio.h */
2 /* Copyright Gerhard Rieger and contributors (see file CHANGES) */
3 /* Published under the GNU General Public License V.2, see file COPYING */
5 #ifndef __xio_stdio_h_included
6 #define __xio_stdio_h_included 1
10 extern int xioopen_stdio_bi(xiofile_t *sock);
12 extern const struct addrdesc addr_stdio;
13 extern const struct addrdesc addr_stdin;
14 extern const struct addrdesc addr_stdout;
15 extern const struct addrdesc addr_stderr;
17 #endif /* !defined(__xio_stdio_h_included) */