version 1.7.3.0
[socat.git] / xio-pipe.h
blob7db06332b398e365be1c3f724fcd8e2fd67d1b39
1 /* source: xio-pipe.h */
2 /* Copyright Gerhard Rieger 2001 */
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 const extern struct addrdesc addr_pipe;
10 extern int xioopen_fifo_unnamed(char *arg, xiofile_t *sock);
12 #endif /* !defined(__xio_pipe_h_included) */