Version 1.8.0.0
[socat.git] / xio-stdio.h
blob7f7f9fb04a80ba3ca8e1dd29392c5741689742ca
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 xioaddr_stdio;
13 extern const struct addrdesc xioaddr_stdin;
14 extern const struct addrdesc xioaddr_stdout;
15 extern const struct addrdesc xioaddr_stderr;
17 #endif /* !defined(__xio_stdio_h_included) */