Version 1.8.0.0
[socat.git] / xio-pipe.h
blobef3e06be8385369a46a061270b4917f148fc755f
1 /* source: xio-pipe.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_pipe_h_included
6 #define __xio_pipe_h_included 1
8 extern const struct addrdesc xioaddr_pipe;
10 extern const struct optdesc opt_f_setpipe_sz;
12 extern int xio_chk_pipesz(int fd);
14 #endif /* !defined(__xio_pipe_h_included) */