Version 1.8.0.0
[socat.git] / xio-fdnum.h
blob45896024036397b4d7c09ff97b39cb6858281e97
1 /* source: xio-fdnum.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_fdnum_h_included
6 #define __xio_fdnum_h_included 1
8 extern const struct addrdesc xioaddr_fd;
9 extern const struct addrdesc xioaddr_accept_fd;
11 extern int xioopen_fd(struct opt *opts, int rw, xiosingle_t *xfd, int numfd);
13 #endif /* !defined(__xio_fdnum_h_included) */